Shades of Emerald #42E16E
Tints of Emerald #42E16E
RGB
CMYK
RGB Variations
Color information
#42E16E (or 0x42E16E) is known color: Emerald. HEX triplet: 42, E1 and 6E. RGB value is (66,225,110). Sum of RGB (Red+Green+Blue) = 66+225+110=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 225 (88.28% from 255 or 56.11% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 225 - color contains mainly: green. Hex color #42E16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E16E is #BD1E91. Grayscale: #A4A4A4. Windows color (decimal): -12394130 or 7266626. OLE color: 7266626.
HSL color Cylindrical-coordinate representation of color #42E16E: hue angle of 136.6º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E16E is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 225 | 110 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.12 |
| HSL | 136.6º | 0.73% | 0.57% | - |
| HSV(B) | 136.6º | 0.71% | 0.88% | - |
| XYZ | 31.99 | 56.13 | 23.9 | - |
| YUV | 164.35 | 97.32 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 225 | 110 | 0.71 | 0 | 0.51 | 0.12 | 136.6 | 0.73 | 0.57 |
| Hex | 42 | E1 | 6E | 47 | 0 | 33 | C | 89 | 49 | 39 |
| Octal | 102 | 341 | 156 | 107 | 0 | 63 | 14 | 211 | 111 | 71 |
| Binary | 1000010 | 11100001 | 1101110 | 1000111 | 0 | 110011 | 1100 | 10001001 | 1001001 | 111001 |
Color Harmonies of #42E16E
Complementary color
Monochromatic Colors of #42E16E
Black with #42E16E
Text Example
Text Example
White with #42E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E16E; }
p { color: rgb(66,225,110); }
H1.HeaderClassName
{
color: #42E16E;
}
.AnyTagClassName
{
color: #42E16E;
}
</style>
background-color css
<style>
a { background-color: #42E16E; }
a { background-color: rgb(66,225,110); }
div.DivClassName
{
background-color: #42E16E;
}
.BgClassName
{
background-color: #42E16E;
}
</style>
border-color css
<style>
span { border-color: #42E16E; }
span { border-color: rgb(66,225,110); }
td.TdClassName
{
border-color: #42E16E;
}
.TagClassName
{
border-color: #42E16E;
}
</style>