Shades of Emerald #42D959
Tints of Emerald #42D959
RGB
CMYK
RGB Variations
Color information
#42D959 (or 0x42D959) is known color: Emerald. HEX triplet: 42, D9 and 59. RGB value is (66,217,89). Sum of RGB (Red+Green+Blue) = 66+217+89=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 217 (85.16% from 255 or 58.33% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 217 - color contains mainly: green. Hex color #42D959 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D959 is #BD26A6. Grayscale: #9D9D9D. Windows color (decimal): -12396199 or 5888322. OLE color: 5888322.
HSL color Cylindrical-coordinate representation of color #42D959: hue angle of 129.14º 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 #42D959 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 217 | 89 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.15 |
| HSL | 129.14º | 0.67% | 0.55% | - |
| HSV(B) | 129.14º | 0.7% | 0.85% | - |
| XYZ | 28.86 | 51.51 | 17.87 | - |
| YUV | 157.26 | 89.47 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 89 | 0.70 | 0 | 0.59 | 0.15 | 129.14 | 0.67 | 0.55 |
| Hex | 42 | D9 | 59 | 46 | 0 | 3B | F | 81 | 43 | 37 |
| Octal | 102 | 331 | 131 | 106 | 0 | 73 | 17 | 201 | 103 | 67 |
| Binary | 1000010 | 11011001 | 1011001 | 1000110 | 0 | 111011 | 1111 | 10000001 | 1000011 | 110111 |
Color Harmonies of #42D959
Complementary color
Monochromatic Colors of #42D959
Black with #42D959
Text Example
Text Example
White with #42D959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D959; }
p { color: rgb(66,217,89); }
H1.HeaderClassName
{
color: #42D959;
}
.AnyTagClassName
{
color: #42D959;
}
</style>
background-color css
<style>
a { background-color: #42D959; }
a { background-color: rgb(66,217,89); }
div.DivClassName
{
background-color: #42D959;
}
.BgClassName
{
background-color: #42D959;
}
</style>
border-color css
<style>
span { border-color: #42D959; }
span { border-color: rgb(66,217,89); }
td.TdClassName
{
border-color: #42D959;
}
.TagClassName
{
border-color: #42D959;
}
</style>