Shades of Emerald #42E85E
Tints of Emerald #42E85E
RGB
CMYK
RGB Variations
Color information
#42E85E (or 0x42E85E) is known color: Emerald. HEX triplet: 42, E8 and 5E. RGB value is (66,232,94). Sum of RGB (Red+Green+Blue) = 66+232+94=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 232 (91.02% from 255 or 59.18% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 232 - color contains mainly: green. Hex color #42E85E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E85E is #BD17A1. Grayscale: #A7A7A7. Windows color (decimal): -12392354 or 6219842. OLE color: 6219842.
HSL color Cylindrical-coordinate representation of color #42E85E: hue angle of 130.12º 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 #42E85E is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 94 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.09 |
| HSL | 130.12º | 0.78% | 0.58% | - |
| HSV(B) | 130.12º | 0.72% | 0.91% | - |
| XYZ | 33.12 | 59.68 | 20.36 | - |
| YUV | 166.63 | 87 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 94 | 0.72 | 0 | 0.59 | 0.09 | 130.12 | 0.78 | 0.58 |
| Hex | 42 | E8 | 5E | 48 | 0 | 3B | 9 | 82 | 4E | 3A |
| Octal | 102 | 350 | 136 | 110 | 0 | 73 | 11 | 202 | 116 | 72 |
| Binary | 1000010 | 11101000 | 1011110 | 1001000 | 0 | 111011 | 1001 | 10000010 | 1001110 | 111010 |
Color Harmonies of #42E85E
Complementary color
Monochromatic Colors of #42E85E
Black with #42E85E
Text Example
Text Example
White with #42E85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E85E; }
p { color: rgb(66,232,94); }
H1.HeaderClassName
{
color: #42E85E;
}
.AnyTagClassName
{
color: #42E85E;
}
</style>
background-color css
<style>
a { background-color: #42E85E; }
a { background-color: rgb(66,232,94); }
div.DivClassName
{
background-color: #42E85E;
}
.BgClassName
{
background-color: #42E85E;
}
</style>
border-color css
<style>
span { border-color: #42E85E; }
span { border-color: rgb(66,232,94); }
td.TdClassName
{
border-color: #42E85E;
}
.TagClassName
{
border-color: #42E85E;
}
</style>