Shades of Emerald #42EC84
Tints of Emerald #42EC84
RGB
CMYK
RGB Variations
Color information
#42EC84 (or 0x42EC84) is known color: Emerald. HEX triplet: 42, EC and 84. RGB value is (66,236,132). Sum of RGB (Red+Green+Blue) = 66+236+132=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EC84 is #BD137B. Grayscale: #ADADAD. Windows color (decimal): -12391292 or 8711234. OLE color: 8711234.
HSL color Cylindrical-coordinate representation of color #42EC84: hue angle of 143.29º 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 #42EC84 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 132 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.07 |
| HSL | 143.29º | 0.82% | 0.59% | - |
| HSV(B) | 143.29º | 0.72% | 0.93% | - |
| XYZ | 36.41 | 62.82 | 32.04 | - |
| YUV | 173.31 | 104.68 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 132 | 0.72 | 0 | 0.44 | 0.07 | 143.29 | 0.82 | 0.59 |
| Hex | 42 | EC | 84 | 48 | 0 | 2C | 7 | 8F | 52 | 3B |
| Octal | 102 | 354 | 204 | 110 | 0 | 54 | 7 | 217 | 122 | 73 |
| Binary | 1000010 | 11101100 | 10000100 | 1001000 | 0 | 101100 | 111 | 10001111 | 1010010 | 111011 |
Color Harmonies of #42EC84
Complementary color
Monochromatic Colors of #42EC84
Black with #42EC84
Text Example
Text Example
White with #42EC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EC84; }
p { color: rgb(66,236,132); }
H1.HeaderClassName
{
color: #42EC84;
}
.AnyTagClassName
{
color: #42EC84;
}
</style>
background-color css
<style>
a { background-color: #42EC84; }
a { background-color: rgb(66,236,132); }
div.DivClassName
{
background-color: #42EC84;
}
.BgClassName
{
background-color: #42EC84;
}
</style>
border-color css
<style>
span { border-color: #42EC84; }
span { border-color: rgb(66,236,132); }
td.TdClassName
{
border-color: #42EC84;
}
.TagClassName
{
border-color: #42EC84;
}
</style>