crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#61d042 hex color - Green - Cool color - Information

#61d042 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #61d042 Color code in RGB color code model is created after adding 38.04% red color, 81.57% green color and 25.88% blue color. Hex #61d042 Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 0% magenta, 68% yellow and 18% black.

Hex #61d042 color code is between #66cc44 web safe hex color code and #55dd33 web safe hex color code. #66cc44 is the nearest web safe color code. You can see here many more shades of #61d042 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code61d042#61d042
RGB Decimal97, 208, 66rgb(97, 208, 66)
RGB Percent38%, 82%, 26%rgb(38%, 82%, 26%)
CSS RGBa97, 208, 66,1rgba(97,208,66,1)
CMYK Modelcmyk(53%,0%,68%,18%)
HSL Color Space107,60% ,54%hsl(107,60% ,54%)
HSV Color Space107°, 68%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000011101000001000010
Octal141320102
Decimal9720866
Hex61d042

Different shades of #61d042 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #61d042
#83da6b
Dark Shade of #61d042
#4ab32c
Saturated Shade of #61d042
#5adc36
Desaturated Shade of #61d042
#68c44e
Grey scale Shade of #61d042
#898989
Brighten Shade
#7ae95b
Most Readable Shade
#000000

Shades of #61d042 color code

Generate more color scales with scales (color stack) generator.

#61d042
#56b83a
#4ba133
#408a2c
#357324
#2b5c1d
#204516
#152e0e
#0a1707
#000000

Similar Color like #61d042 color

Find visually similar hex color codes nearing to #61d042 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#62d143
#63d244
#64d345
#65d446
#66d547
#67d648
#68d749
#69d84a
#6ad94b
#6bda4c
#6cdb4d
#6ddc4e
#6edd4f
#6fde50
#60cf41
#5fce40
#5ecd3f
#5dcc3e
#5ccb3d
#5bca3c
#5ac93b
#59c83a
#58c739
#57c638
#56c537
#55c436
#54c335
#53c234

Monochromatic Color with #61d042

#61d042
#75fa50
#12260c
#26501a
#397b27
#4da535

Tints of #61d042 Color

#61d042
#72d557
#84da6c
#95df81
#a7e496
#b8eaab
#caefc0
#dbf4d5
#edf9ea
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#61d042
#b142d0

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#61d042
#6a42d0
#d042a8

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#9ad042
#7dd042
#61d042
#45d042
#42d05c

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#61d042
#4261d0
#d04261

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#61d042
#42a8d0
#b142d0
#d06a42

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#61d042
#b142d0
#d042a8
#42d06a

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #61d042 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#61d042 Color Code Preview on Black Background Color

This is how #61d042 Color will look on black background color. Color contrast ratio is 10.61

#61d042 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#61d042">Your Example Paragraph content text in with font color #61d042 </p>

Your Example Paragraph content text in with font color #61d042

HTML with inline CSS

<div style="color:#61d042">Your Paragraph text in with font color #61d042 </div>

Your Example Paragraph content text in with font color #61d042

#61d042 color code is use for CSS Background Color

Background color for the above div is #61d042

HTML with inline CSS

<div style="background-color:#61d042;"></div>

#61d042 color code is use for CSS Border Color

CSS Border color for the above div is #61d042

HTML with inline CSS

<div style="border:5px solid #61d042;"></div>

CSS Border Left color for the above div is #61d042

HTML with inline CSS

<div style="border-left:5px solid #61d042;"></div>

CSS Border Right color for the above div is #61d042

HTML with inline CSS

<div style="border-right:5px solid #61d042;"></div>

CSS Border Bottom color for the above div is #61d042

HTML with inline CSS

<div style="border-bottom:5px solid #61d042;"></div>

CSS Border Top color for the above div is #61d042

HTML with inline CSS

<div style="border-top:5px solid #61d042;"></div>

#61d042 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#61d042; } .examplecolorclass {color:#61d042; } .examplebordercolor {border:3px solid #61d042; }

#61d042 Color code Preview on White Background

This is how #61d042 Color code will look on white background color. Color contrast ratio is 1.98

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #61d042; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #61d042; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.