Shades of Emerald #42E984
Tints of Emerald #42E984
RGB
CMYK
RGB Variations
Color information
#42E984 (or 0x42E984) is known color: Emerald. HEX triplet: 42, E9 and 84. RGB value is (66,233,132). Sum of RGB (Red+Green+Blue) = 66+233+132=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 233 (91.41% from 255 or 54.06% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 233 - color contains mainly: green. Hex color #42E984 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E984 is #BD167B. Grayscale: #ABABAB. Windows color (decimal): -12392060 or 8710466. OLE color: 8710466.
HSL color Cylindrical-coordinate representation of color #42E984: hue angle of 143.71º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E984 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 132 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.09 |
| HSL | 143.71º | 0.79% | 0.59% | - |
| HSV(B) | 143.71º | 0.72% | 0.91% | - |
| XYZ | 35.55 | 61.1 | 31.75 | - |
| YUV | 171.55 | 105.67 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 132 | 0.72 | 0 | 0.43 | 0.09 | 143.71 | 0.79 | 0.59 |
| Hex | 42 | E9 | 84 | 48 | 0 | 2B | 9 | 90 | 4F | 3B |
| Octal | 102 | 351 | 204 | 110 | 0 | 53 | 11 | 220 | 117 | 73 |
| Binary | 1000010 | 11101001 | 10000100 | 1001000 | 0 | 101011 | 1001 | 10010000 | 1001111 | 111011 |
Color Harmonies of #42E984
Complementary color
Monochromatic Colors of #42E984
Black with #42E984
Text Example
Text Example
White with #42E984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E984; }
p { color: rgb(66,233,132); }
H1.HeaderClassName
{
color: #42E984;
}
.AnyTagClassName
{
color: #42E984;
}
</style>
background-color css
<style>
a { background-color: #42E984; }
a { background-color: rgb(66,233,132); }
div.DivClassName
{
background-color: #42E984;
}
.BgClassName
{
background-color: #42E984;
}
</style>
border-color css
<style>
span { border-color: #42E984; }
span { border-color: rgb(66,233,132); }
td.TdClassName
{
border-color: #42E984;
}
.TagClassName
{
border-color: #42E984;
}
</style>