Shades of Emerald #40CA77
Tints of Emerald #40CA77
RGB
CMYK
RGB Variations
Color information
#40CA77 (or 0x40CA77) is known color: Emerald. HEX triplet: 40, CA and 77. RGB value is (64,202,119). Sum of RGB (Red+Green+Blue) = 64+202+119=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CA77 is #BF3588. Grayscale: #979797. Windows color (decimal): -12531081 or 7850560. OLE color: 7850560.
HSL color Cylindrical-coordinate representation of color #40CA77: hue angle of 143.91º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CA77 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 119 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.21 |
| HSL | 143.91º | 0.57% | 0.52% | - |
| HSV(B) | 143.91º | 0.68% | 0.79% | - |
| XYZ | 26.56 | 44.66 | 24.67 | - |
| YUV | 151.28 | 109.78 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 119 | 0.68 | 0 | 0.41 | 0.21 | 143.91 | 0.57 | 0.52 |
| Hex | 40 | CA | 77 | 44 | 0 | 29 | 15 | 90 | 39 | 34 |
| Octal | 100 | 312 | 167 | 104 | 0 | 51 | 25 | 220 | 71 | 64 |
| Binary | 1000000 | 11001010 | 1110111 | 1000100 | 0 | 101001 | 10101 | 10010000 | 111001 | 110100 |
Color Harmonies of #40CA77
Complementary color
Monochromatic Colors of #40CA77
Black with #40CA77
Text Example
Text Example
White with #40CA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CA77; }
p { color: rgb(64,202,119); }
H1.HeaderClassName
{
color: #40CA77;
}
.AnyTagClassName
{
color: #40CA77;
}
</style>
background-color css
<style>
a { background-color: #40CA77; }
a { background-color: rgb(64,202,119); }
div.DivClassName
{
background-color: #40CA77;
}
.BgClassName
{
background-color: #40CA77;
}
</style>
border-color css
<style>
span { border-color: #40CA77; }
span { border-color: rgb(64,202,119); }
td.TdClassName
{
border-color: #40CA77;
}
.TagClassName
{
border-color: #40CA77;
}
</style>