Shades of Emerald #42CF77
Tints of Emerald #42CF77
RGB
CMYK
RGB Variations
Color information
#42CF77 (or 0x42CF77) is known color: Emerald. HEX triplet: 42, CF and 77. RGB value is (66,207,119). Sum of RGB (Red+Green+Blue) = 66+207+119=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CF77 is #BD3088. Grayscale: #9B9B9B. Windows color (decimal): -12398729 or 7851842. OLE color: 7851842.
HSL color Cylindrical-coordinate representation of color #42CF77: hue angle of 142.55º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CF77 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 207 | 119 | - |
| CMYK | 0.68 | 0 | 0.43 | 0.19 |
| HSL | 142.55º | 0.59% | 0.54% | - |
| HSV(B) | 142.55º | 0.68% | 0.81% | - |
| XYZ | 27.89 | 47.12 | 25.08 | - |
| YUV | 154.81 | 107.79 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 119 | 0.68 | 0 | 0.43 | 0.19 | 142.55 | 0.59 | 0.54 |
| Hex | 42 | CF | 77 | 44 | 0 | 2B | 13 | 8F | 3B | 36 |
| Octal | 102 | 317 | 167 | 104 | 0 | 53 | 23 | 217 | 73 | 66 |
| Binary | 1000010 | 11001111 | 1110111 | 1000100 | 0 | 101011 | 10011 | 10001111 | 111011 | 110110 |
Color Harmonies of #42CF77
Complementary color
Monochromatic Colors of #42CF77
Black with #42CF77
Text Example
Text Example
White with #42CF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CF77; }
p { color: rgb(66,207,119); }
H1.HeaderClassName
{
color: #42CF77;
}
.AnyTagClassName
{
color: #42CF77;
}
</style>
background-color css
<style>
a { background-color: #42CF77; }
a { background-color: rgb(66,207,119); }
div.DivClassName
{
background-color: #42CF77;
}
.BgClassName
{
background-color: #42CF77;
}
</style>
border-color css
<style>
span { border-color: #42CF77; }
span { border-color: rgb(66,207,119); }
td.TdClassName
{
border-color: #42CF77;
}
.TagClassName
{
border-color: #42CF77;
}
</style>