Shades of Emerald #42C96E
Tints of Emerald #42C96E
RGB
CMYK
RGB Variations
Color information
#42C96E (or 0x42C96E) is known color: Emerald. HEX triplet: 42, C9 and 6E. RGB value is (66,201,110). Sum of RGB (Red+Green+Blue) = 66+201+110=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #42C96E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C96E is #BD3691. Grayscale: #969696. Windows color (decimal): -12400274 or 7260482. OLE color: 7260482.
HSL color Cylindrical-coordinate representation of color #42C96E: hue angle of 139.56º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C96E is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 201 | 110 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.21 |
| HSL | 139.56º | 0.56% | 0.52% | - |
| HSV(B) | 139.56º | 0.67% | 0.79% | - |
| XYZ | 25.95 | 44.06 | 21.89 | - |
| YUV | 150.26 | 105.27 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 201 | 110 | 0.67 | 0 | 0.45 | 0.21 | 139.56 | 0.56 | 0.52 |
| Hex | 42 | C9 | 6E | 43 | 0 | 2D | 15 | 8C | 38 | 34 |
| Octal | 102 | 311 | 156 | 103 | 0 | 55 | 25 | 214 | 70 | 64 |
| Binary | 1000010 | 11001001 | 1101110 | 1000011 | 0 | 101101 | 10101 | 10001100 | 111000 | 110100 |
Color Harmonies of #42C96E
Complementary color
Monochromatic Colors of #42C96E
Black with #42C96E
Text Example
Text Example
White with #42C96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C96E; }
p { color: rgb(66,201,110); }
H1.HeaderClassName
{
color: #42C96E;
}
.AnyTagClassName
{
color: #42C96E;
}
</style>
background-color css
<style>
a { background-color: #42C96E; }
a { background-color: rgb(66,201,110); }
div.DivClassName
{
background-color: #42C96E;
}
.BgClassName
{
background-color: #42C96E;
}
</style>
border-color css
<style>
span { border-color: #42C96E; }
span { border-color: rgb(66,201,110); }
td.TdClassName
{
border-color: #42C96E;
}
.TagClassName
{
border-color: #42C96E;
}
</style>