Shades of Emerald #42E879
Tints of Emerald #42E879
RGB
CMYK
RGB Variations
Color information
#42E879 (or 0x42E879) is known color: Emerald. HEX triplet: 42, E8 and 79. RGB value is (66,232,121). Sum of RGB (Red+Green+Blue) = 66+232+121=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 232 (91.02% from 255 or 55.37% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 232 - color contains mainly: green. Hex color #42E879 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E879 is #BD1786. Grayscale: #A9A9A9. Windows color (decimal): -12392327 or 7989314. OLE color: 7989314.
HSL color Cylindrical-coordinate representation of color #42E879: hue angle of 139.88º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E879 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 121 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.09 |
| HSL | 139.88º | 0.78% | 0.58% | - |
| HSV(B) | 139.88º | 0.72% | 0.91% | - |
| XYZ | 34.55 | 60.25 | 27.9 | - |
| YUV | 169.71 | 100.5 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 121 | 0.72 | 0 | 0.48 | 0.09 | 139.88 | 0.78 | 0.58 |
| Hex | 42 | E8 | 79 | 48 | 0 | 30 | 9 | 8C | 4E | 3A |
| Octal | 102 | 350 | 171 | 110 | 0 | 60 | 11 | 214 | 116 | 72 |
| Binary | 1000010 | 11101000 | 1111001 | 1001000 | 0 | 110000 | 1001 | 10001100 | 1001110 | 111010 |
Color Harmonies of #42E879
Complementary color
Monochromatic Colors of #42E879
Black with #42E879
Text Example
Text Example
White with #42E879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E879; }
p { color: rgb(66,232,121); }
H1.HeaderClassName
{
color: #42E879;
}
.AnyTagClassName
{
color: #42E879;
}
</style>
background-color css
<style>
a { background-color: #42E879; }
a { background-color: rgb(66,232,121); }
div.DivClassName
{
background-color: #42E879;
}
.BgClassName
{
background-color: #42E879;
}
</style>
border-color css
<style>
span { border-color: #42E879; }
span { border-color: rgb(66,232,121); }
td.TdClassName
{
border-color: #42E879;
}
.TagClassName
{
border-color: #42E879;
}
</style>