Shades of Emerald #42EC77
Tints of Emerald #42EC77
RGB
CMYK
RGB Variations
Color information
#42EC77 (or 0x42EC77) is known color: Emerald. HEX triplet: 42, EC and 77. RGB value is (66,236,119). Sum of RGB (Red+Green+Blue) = 66+236+119=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 236 (92.58% from 255 or 56.06% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EC77 is #BD1388. Grayscale: #ACACAC. Windows color (decimal): -12391305 or 7859266. OLE color: 7859266.
HSL color Cylindrical-coordinate representation of color #42EC77: hue angle of 138.71º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EC77 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 119 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.07 |
| HSL | 138.71º | 0.82% | 0.59% | - |
| HSV(B) | 138.71º | 0.72% | 0.93% | - |
| XYZ | 35.57 | 62.48 | 27.64 | - |
| YUV | 171.83 | 98.18 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 119 | 0.72 | 0 | 0.50 | 0.07 | 138.71 | 0.82 | 0.59 |
| Hex | 42 | EC | 77 | 48 | 0 | 32 | 7 | 8B | 52 | 3B |
| Octal | 102 | 354 | 167 | 110 | 0 | 62 | 7 | 213 | 122 | 73 |
| Binary | 1000010 | 11101100 | 1110111 | 1001000 | 0 | 110010 | 111 | 10001011 | 1010010 | 111011 |
Color Harmonies of #42EC77
Complementary color
Monochromatic Colors of #42EC77
Black with #42EC77
Text Example
Text Example
White with #42EC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EC77; }
p { color: rgb(66,236,119); }
H1.HeaderClassName
{
color: #42EC77;
}
.AnyTagClassName
{
color: #42EC77;
}
</style>
background-color css
<style>
a { background-color: #42EC77; }
a { background-color: rgb(66,236,119); }
div.DivClassName
{
background-color: #42EC77;
}
.BgClassName
{
background-color: #42EC77;
}
</style>
border-color css
<style>
span { border-color: #42EC77; }
span { border-color: rgb(66,236,119); }
td.TdClassName
{
border-color: #42EC77;
}
.TagClassName
{
border-color: #42EC77;
}
</style>