Shades of Emerald #42C45E
Tints of Emerald #42C45E
RGB
CMYK
RGB Variations
Color information
#42C45E (or 0x42C45E) is known color: Emerald. HEX triplet: 42, C4 and 5E. RGB value is (66,196,94). Sum of RGB (Red+Green+Blue) = 66+196+94=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #42C45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C45E is #BD3BA1. Grayscale: #919191. Windows color (decimal): -12401570 or 6210626. OLE color: 6210626.
HSL color Cylindrical-coordinate representation of color #42C45E: hue angle of 132.92º 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 #42C45E is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 94 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.23 |
| HSL | 132.92º | 0.52% | 0.51% | - |
| HSV(B) | 132.92º | 0.66% | 0.77% | - |
| XYZ | 24.01 | 41.45 | 17.32 | - |
| YUV | 145.5 | 98.93 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 94 | 0.66 | 0 | 0.52 | 0.23 | 132.92 | 0.52 | 0.51 |
| Hex | 42 | C4 | 5E | 42 | 0 | 34 | 17 | 85 | 34 | 33 |
| Octal | 102 | 304 | 136 | 102 | 0 | 64 | 27 | 205 | 64 | 63 |
| Binary | 1000010 | 11000100 | 1011110 | 1000010 | 0 | 110100 | 10111 | 10000101 | 110100 | 110011 |
Color Harmonies of #42C45E
Complementary color
Monochromatic Colors of #42C45E
Black with #42C45E
Text Example
Text Example
White with #42C45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C45E; }
p { color: rgb(66,196,94); }
H1.HeaderClassName
{
color: #42C45E;
}
.AnyTagClassName
{
color: #42C45E;
}
</style>
background-color css
<style>
a { background-color: #42C45E; }
a { background-color: rgb(66,196,94); }
div.DivClassName
{
background-color: #42C45E;
}
.BgClassName
{
background-color: #42C45E;
}
</style>
border-color css
<style>
span { border-color: #42C45E; }
span { border-color: rgb(66,196,94); }
td.TdClassName
{
border-color: #42C45E;
}
.TagClassName
{
border-color: #42C45E;
}
</style>