Shades of Emerald #42D860
Tints of Emerald #42D860
RGB
CMYK
RGB Variations
Color information
#42D860 (or 0x42D860) is known color: Emerald. HEX triplet: 42, D8 and 60. RGB value is (66,216,96). Sum of RGB (Red+Green+Blue) = 66+216+96=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #42D860 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D860 is #BD279F. Grayscale: #9D9D9D. Windows color (decimal): -12396448 or 6346818. OLE color: 6346818.
HSL color Cylindrical-coordinate representation of color #42D860: hue angle of 132º 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 #42D860 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 96 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.15 |
| HSL | 132º | 0.66% | 0.55% | - |
| HSV(B) | 132º | 0.69% | 0.85% | - |
| XYZ | 28.91 | 51.11 | 19.41 | - |
| YUV | 157.47 | 93.31 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 96 | 0.69 | 0 | 0.56 | 0.15 | 132 | 0.66 | 0.55 |
| Hex | 42 | D8 | 60 | 45 | 0 | 38 | F | 84 | 42 | 37 |
| Octal | 102 | 330 | 140 | 105 | 0 | 70 | 17 | 204 | 102 | 67 |
| Binary | 1000010 | 11011000 | 1100000 | 1000101 | 0 | 111000 | 1111 | 10000100 | 1000010 | 110111 |
Color Harmonies of #42D860
Complementary color
Monochromatic Colors of #42D860
Black with #42D860
Text Example
Text Example
White with #42D860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D860; }
p { color: rgb(66,216,96); }
H1.HeaderClassName
{
color: #42D860;
}
.AnyTagClassName
{
color: #42D860;
}
</style>
background-color css
<style>
a { background-color: #42D860; }
a { background-color: rgb(66,216,96); }
div.DivClassName
{
background-color: #42D860;
}
.BgClassName
{
background-color: #42D860;
}
</style>
border-color css
<style>
span { border-color: #42D860; }
span { border-color: rgb(66,216,96); }
td.TdClassName
{
border-color: #42D860;
}
.TagClassName
{
border-color: #42D860;
}
</style>