Shades of Emerald #42C859
Tints of Emerald #42C859
RGB
CMYK
RGB Variations
Color information
#42C859 (or 0x42C859) is known color: Emerald. HEX triplet: 42, C8 and 59. RGB value is (66,200,89). Sum of RGB (Red+Green+Blue) = 66+200+89=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #42C859 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C859 is #BD37A6. Grayscale: #939393. Windows color (decimal): -12400551 or 5883970. OLE color: 5883970.
HSL color Cylindrical-coordinate representation of color #42C859: hue angle of 130.3º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C859 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 200 | 89 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.22 |
| HSL | 130.3º | 0.55% | 0.52% | - |
| HSV(B) | 130.3º | 0.67% | 0.78% | - |
| XYZ | 24.7 | 43.19 | 16.49 | - |
| YUV | 147.28 | 95.11 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 89 | 0.67 | 0 | 0.56 | 0.22 | 130.3 | 0.55 | 0.52 |
| Hex | 42 | C8 | 59 | 43 | 0 | 38 | 16 | 82 | 37 | 34 |
| Octal | 102 | 310 | 131 | 103 | 0 | 70 | 26 | 202 | 67 | 64 |
| Binary | 1000010 | 11001000 | 1011001 | 1000011 | 0 | 111000 | 10110 | 10000010 | 110111 | 110100 |
Color Harmonies of #42C859
Complementary color
Monochromatic Colors of #42C859
Black with #42C859
Text Example
Text Example
White with #42C859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C859; }
p { color: rgb(66,200,89); }
H1.HeaderClassName
{
color: #42C859;
}
.AnyTagClassName
{
color: #42C859;
}
</style>
background-color css
<style>
a { background-color: #42C859; }
a { background-color: rgb(66,200,89); }
div.DivClassName
{
background-color: #42C859;
}
.BgClassName
{
background-color: #42C859;
}
</style>
border-color css
<style>
span { border-color: #42C859; }
span { border-color: rgb(66,200,89); }
td.TdClassName
{
border-color: #42C859;
}
.TagClassName
{
border-color: #42C859;
}
</style>