Shades of Emerald #42E884
Tints of Emerald #42E884
RGB
CMYK
RGB Variations
Color information
#42E884 (or 0x42E884) is known color: Emerald. HEX triplet: 42, E8 and 84. RGB value is (66,232,132). Sum of RGB (Red+Green+Blue) = 66+232+132=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 232 (91.02% from 255 or 53.95% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 232 - color contains mainly: green. Hex color #42E884 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E884 is #BD177B. Grayscale: #ABABAB. Windows color (decimal): -12392316 or 8710210. OLE color: 8710210.
HSL color Cylindrical-coordinate representation of color #42E884: hue angle of 143.86º 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 #42E884 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 132 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.09 |
| HSL | 143.86º | 0.78% | 0.58% | - |
| HSV(B) | 143.86º | 0.72% | 0.91% | - |
| XYZ | 35.27 | 60.54 | 31.66 | - |
| YUV | 170.97 | 106 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 132 | 0.72 | 0 | 0.43 | 0.09 | 143.86 | 0.78 | 0.58 |
| Hex | 42 | E8 | 84 | 48 | 0 | 2B | 9 | 90 | 4E | 3A |
| Octal | 102 | 350 | 204 | 110 | 0 | 53 | 11 | 220 | 116 | 72 |
| Binary | 1000010 | 11101000 | 10000100 | 1001000 | 0 | 101011 | 1001 | 10010000 | 1001110 | 111010 |
Color Harmonies of #42E884
Complementary color
Monochromatic Colors of #42E884
Black with #42E884
Text Example
Text Example
White with #42E884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E884; }
p { color: rgb(66,232,132); }
H1.HeaderClassName
{
color: #42E884;
}
.AnyTagClassName
{
color: #42E884;
}
</style>
background-color css
<style>
a { background-color: #42E884; }
a { background-color: rgb(66,232,132); }
div.DivClassName
{
background-color: #42E884;
}
.BgClassName
{
background-color: #42E884;
}
</style>
border-color css
<style>
span { border-color: #42E884; }
span { border-color: rgb(66,232,132); }
td.TdClassName
{
border-color: #42E884;
}
.TagClassName
{
border-color: #42E884;
}
</style>