Shades of Emerald #42D859
Tints of Emerald #42D859
RGB
CMYK
RGB Variations
Color information
#42D859 (or 0x42D859) is known color: Emerald. HEX triplet: 42, D8 and 59. RGB value is (66,216,89). Sum of RGB (Red+Green+Blue) = 66+216+89=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #42D859 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D859 is #BD27A6. Grayscale: #9D9D9D. Windows color (decimal): -12396455 or 5888066. OLE color: 5888066.
HSL color Cylindrical-coordinate representation of color #42D859: hue angle of 129.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D859 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 89 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.15 |
| HSL | 129.2º | 0.66% | 0.55% | - |
| HSV(B) | 129.2º | 0.69% | 0.85% | - |
| XYZ | 28.61 | 50.99 | 17.79 | - |
| YUV | 156.67 | 89.81 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 89 | 0.69 | 0 | 0.59 | 0.15 | 129.2 | 0.66 | 0.55 |
| Hex | 42 | D8 | 59 | 45 | 0 | 3B | F | 81 | 42 | 37 |
| Octal | 102 | 330 | 131 | 105 | 0 | 73 | 17 | 201 | 102 | 67 |
| Binary | 1000010 | 11011000 | 1011001 | 1000101 | 0 | 111011 | 1111 | 10000001 | 1000010 | 110111 |
Color Harmonies of #42D859
Complementary color
Monochromatic Colors of #42D859
Black with #42D859
Text Example
Text Example
White with #42D859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D859; }
p { color: rgb(66,216,89); }
H1.HeaderClassName
{
color: #42D859;
}
.AnyTagClassName
{
color: #42D859;
}
</style>
background-color css
<style>
a { background-color: #42D859; }
a { background-color: rgb(66,216,89); }
div.DivClassName
{
background-color: #42D859;
}
.BgClassName
{
background-color: #42D859;
}
</style>
border-color css
<style>
span { border-color: #42D859; }
span { border-color: rgb(66,216,89); }
td.TdClassName
{
border-color: #42D859;
}
.TagClassName
{
border-color: #42D859;
}
</style>