Shades of Emerald #42C86E
Tints of Emerald #42C86E
RGB
CMYK
RGB Variations
Color information
#42C86E (or 0x42C86E) is known color: Emerald. HEX triplet: 42, C8 and 6E. RGB value is (66,200,110). Sum of RGB (Red+Green+Blue) = 66+200+110=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #42C86E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C86E is #BD3791. Grayscale: #959595. Windows color (decimal): -12400530 or 7260226. OLE color: 7260226.
HSL color Cylindrical-coordinate representation of color #42C86E: hue angle of 139.7º 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 #42C86E is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 200 | 110 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.22 |
| HSL | 139.7º | 0.55% | 0.52% | - |
| HSV(B) | 139.7º | 0.67% | 0.78% | - |
| XYZ | 25.72 | 43.59 | 21.81 | - |
| YUV | 149.67 | 105.61 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 110 | 0.67 | 0 | 0.45 | 0.22 | 139.7 | 0.55 | 0.52 |
| Hex | 42 | C8 | 6E | 43 | 0 | 2D | 16 | 8C | 37 | 34 |
| Octal | 102 | 310 | 156 | 103 | 0 | 55 | 26 | 214 | 67 | 64 |
| Binary | 1000010 | 11001000 | 1101110 | 1000011 | 0 | 101101 | 10110 | 10001100 | 110111 | 110100 |
Color Harmonies of #42C86E
Complementary color
Monochromatic Colors of #42C86E
Black with #42C86E
Text Example
Text Example
White with #42C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C86E; }
p { color: rgb(66,200,110); }
H1.HeaderClassName
{
color: #42C86E;
}
.AnyTagClassName
{
color: #42C86E;
}
</style>
background-color css
<style>
a { background-color: #42C86E; }
a { background-color: rgb(66,200,110); }
div.DivClassName
{
background-color: #42C86E;
}
.BgClassName
{
background-color: #42C86E;
}
</style>
border-color css
<style>
span { border-color: #42C86E; }
span { border-color: rgb(66,200,110); }
td.TdClassName
{
border-color: #42C86E;
}
.TagClassName
{
border-color: #42C86E;
}
</style>