Shades of Emerald #42E56E
Tints of Emerald #42E56E
RGB
CMYK
RGB Variations
Color information
#42E56E (or 0x42E56E) is known color: Emerald. HEX triplet: 42, E5 and 6E. RGB value is (66,229,110). Sum of RGB (Red+Green+Blue) = 66+229+110=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 229 (89.84% from 255 or 56.54% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 229 - color contains mainly: green. Hex color #42E56E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E56E is #BD1A91. Grayscale: #A7A7A7. Windows color (decimal): -12393106 or 7267650. OLE color: 7267650.
HSL color Cylindrical-coordinate representation of color #42E56E: hue angle of 136.2º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E56E is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 229 | 110 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.10 |
| HSL | 136.2º | 0.76% | 0.58% | - |
| HSV(B) | 136.2º | 0.71% | 0.9% | - |
| XYZ | 33.08 | 58.32 | 24.27 | - |
| YUV | 166.7 | 96 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 110 | 0.71 | 0 | 0.52 | 0.10 | 136.2 | 0.76 | 0.58 |
| Hex | 42 | E5 | 6E | 47 | 0 | 34 | A | 88 | 4C | 3A |
| Octal | 102 | 345 | 156 | 107 | 0 | 64 | 12 | 210 | 114 | 72 |
| Binary | 1000010 | 11100101 | 1101110 | 1000111 | 0 | 110100 | 1010 | 10001000 | 1001100 | 111010 |
Color Harmonies of #42E56E
Complementary color
Monochromatic Colors of #42E56E
Black with #42E56E
Text Example
Text Example
White with #42E56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E56E; }
p { color: rgb(66,229,110); }
H1.HeaderClassName
{
color: #42E56E;
}
.AnyTagClassName
{
color: #42E56E;
}
</style>
background-color css
<style>
a { background-color: #42E56E; }
a { background-color: rgb(66,229,110); }
div.DivClassName
{
background-color: #42E56E;
}
.BgClassName
{
background-color: #42E56E;
}
</style>
border-color css
<style>
span { border-color: #42E56E; }
span { border-color: rgb(66,229,110); }
td.TdClassName
{
border-color: #42E56E;
}
.TagClassName
{
border-color: #42E56E;
}
</style>