Shades of Emerald #42D987
Tints of Emerald #42D987
RGB
CMYK
RGB Variations
Color information
#42D987 (or 0x42D987) is known color: Emerald. HEX triplet: 42, D9 and 87. RGB value is (66,217,135). Sum of RGB (Red+Green+Blue) = 66+217+135=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #42D987 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D987 is #BD2678. Grayscale: #A2A2A2. Windows color (decimal): -12396153 or 8902978. OLE color: 8902978.
HSL color Cylindrical-coordinate representation of color #42D987: hue angle of 147.42º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D987 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 217 | 135 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.15 |
| HSL | 147.42º | 0.67% | 0.55% | - |
| HSV(B) | 147.42º | 0.7% | 0.85% | - |
| XYZ | 31.43 | 52.53 | 31.4 | - |
| YUV | 162.5 | 112.47 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 135 | 0.70 | 0 | 0.38 | 0.15 | 147.42 | 0.67 | 0.55 |
| Hex | 42 | D9 | 87 | 46 | 0 | 26 | F | 93 | 43 | 37 |
| Octal | 102 | 331 | 207 | 106 | 0 | 46 | 17 | 223 | 103 | 67 |
| Binary | 1000010 | 11011001 | 10000111 | 1000110 | 0 | 100110 | 1111 | 10010011 | 1000011 | 110111 |
Color Harmonies of #42D987
Complementary color
Monochromatic Colors of #42D987
Black with #42D987
Text Example
Text Example
White with #42D987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D987; }
p { color: rgb(66,217,135); }
H1.HeaderClassName
{
color: #42D987;
}
.AnyTagClassName
{
color: #42D987;
}
</style>
background-color css
<style>
a { background-color: #42D987; }
a { background-color: rgb(66,217,135); }
div.DivClassName
{
background-color: #42D987;
}
.BgClassName
{
background-color: #42D987;
}
</style>
border-color css
<style>
span { border-color: #42D987; }
span { border-color: rgb(66,217,135); }
td.TdClassName
{
border-color: #42D987;
}
.TagClassName
{
border-color: #42D987;
}
</style>