Shades of Emerald #40CF77
Tints of Emerald #40CF77
RGB
CMYK
RGB Variations
Color information
#40CF77 (or 0x40CF77) is known color: Emerald. HEX triplet: 40, CF and 77. RGB value is (64,207,119). Sum of RGB (Red+Green+Blue) = 64+207+119=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CF77 is #BF3088. Grayscale: #9A9A9A. Windows color (decimal): -12529801 or 7851840. OLE color: 7851840.
HSL color Cylindrical-coordinate representation of color #40CF77: hue angle of 143.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CF77 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 119 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.19 |
| HSL | 143.08º | 0.6% | 0.53% | - |
| HSV(B) | 143.08º | 0.69% | 0.81% | - |
| XYZ | 27.76 | 47.05 | 25.07 | - |
| YUV | 154.21 | 108.12 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 119 | 0.69 | 0 | 0.43 | 0.19 | 143.08 | 0.6 | 0.53 |
| Hex | 40 | CF | 77 | 45 | 0 | 2B | 13 | 8F | 3C | 35 |
| Octal | 100 | 317 | 167 | 105 | 0 | 53 | 23 | 217 | 74 | 65 |
| Binary | 1000000 | 11001111 | 1110111 | 1000101 | 0 | 101011 | 10011 | 10001111 | 111100 | 110101 |
Color Harmonies of #40CF77
Complementary color
Monochromatic Colors of #40CF77
Black with #40CF77
Text Example
Text Example
White with #40CF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CF77; }
p { color: rgb(64,207,119); }
H1.HeaderClassName
{
color: #40CF77;
}
.AnyTagClassName
{
color: #40CF77;
}
</style>
background-color css
<style>
a { background-color: #40CF77; }
a { background-color: rgb(64,207,119); }
div.DivClassName
{
background-color: #40CF77;
}
.BgClassName
{
background-color: #40CF77;
}
</style>
border-color css
<style>
span { border-color: #40CF77; }
span { border-color: rgb(64,207,119); }
td.TdClassName
{
border-color: #40CF77;
}
.TagClassName
{
border-color: #40CF77;
}
</style>