Shades of Emerald #42C46E
Tints of Emerald #42C46E
RGB
CMYK
RGB Variations
Color information
#42C46E (or 0x42C46E) is known color: Emerald. HEX triplet: 42, C4 and 6E. RGB value is (66,196,110). Sum of RGB (Red+Green+Blue) = 66+196+110=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 196 (76.95% from 255 or 52.69% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 196 - color contains mainly: green. Hex color #42C46E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C46E is #BD3B91. Grayscale: #939393. Windows color (decimal): -12401554 or 7259202. OLE color: 7259202.
HSL color Cylindrical-coordinate representation of color #42C46E: hue angle of 140.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C46E is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 110 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.23 |
| HSL | 140.31º | 0.52% | 0.51% | - |
| HSV(B) | 140.31º | 0.66% | 0.77% | - |
| XYZ | 24.8 | 41.76 | 21.51 | - |
| YUV | 147.33 | 106.93 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 110 | 0.66 | 0 | 0.44 | 0.23 | 140.31 | 0.52 | 0.51 |
| Hex | 42 | C4 | 6E | 42 | 0 | 2C | 17 | 8C | 34 | 33 |
| Octal | 102 | 304 | 156 | 102 | 0 | 54 | 27 | 214 | 64 | 63 |
| Binary | 1000010 | 11000100 | 1101110 | 1000010 | 0 | 101100 | 10111 | 10001100 | 110100 | 110011 |
Color Harmonies of #42C46E
Complementary color
Monochromatic Colors of #42C46E
Black with #42C46E
Text Example
Text Example
White with #42C46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C46E; }
p { color: rgb(66,196,110); }
H1.HeaderClassName
{
color: #42C46E;
}
.AnyTagClassName
{
color: #42C46E;
}
</style>
background-color css
<style>
a { background-color: #42C46E; }
a { background-color: rgb(66,196,110); }
div.DivClassName
{
background-color: #42C46E;
}
.BgClassName
{
background-color: #42C46E;
}
</style>
border-color css
<style>
span { border-color: #42C46E; }
span { border-color: rgb(66,196,110); }
td.TdClassName
{
border-color: #42C46E;
}
.TagClassName
{
border-color: #42C46E;
}
</style>