Shades of Emerald #42E56D
Tints of Emerald #42E56D
RGB
CMYK
RGB Variations
Color information
#42E56D (or 0x42E56D) is known color: Emerald. HEX triplet: 42, E5 and 6D. RGB value is (66,229,109). Sum of RGB (Red+Green+Blue) = 66+229+109=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 229 (89.84% from 255 or 56.68% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 229 - color contains mainly: green. Hex color #42E56D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E56D is #BD1A92. Grayscale: #A6A6A6. Windows color (decimal): -12393107 or 7202114. OLE color: 7202114.
HSL color Cylindrical-coordinate representation of color #42E56D: hue angle of 135.83º 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 #42E56D is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 229 | 109 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.10 |
| HSL | 135.83º | 0.76% | 0.58% | - |
| HSV(B) | 135.83º | 0.71% | 0.9% | - |
| XYZ | 33.03 | 58.3 | 23.98 | - |
| YUV | 166.58 | 95.5 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 109 | 0.71 | 0 | 0.52 | 0.10 | 135.83 | 0.76 | 0.58 |
| Hex | 42 | E5 | 6D | 47 | 0 | 34 | A | 88 | 4C | 3A |
| Octal | 102 | 345 | 155 | 107 | 0 | 64 | 12 | 210 | 114 | 72 |
| Binary | 1000010 | 11100101 | 1101101 | 1000111 | 0 | 110100 | 1010 | 10001000 | 1001100 | 111010 |
Color Harmonies of #42E56D
Complementary color
Monochromatic Colors of #42E56D
Black with #42E56D
Text Example
Text Example
White with #42E56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E56D; }
p { color: rgb(66,229,109); }
H1.HeaderClassName
{
color: #42E56D;
}
.AnyTagClassName
{
color: #42E56D;
}
</style>
background-color css
<style>
a { background-color: #42E56D; }
a { background-color: rgb(66,229,109); }
div.DivClassName
{
background-color: #42E56D;
}
.BgClassName
{
background-color: #42E56D;
}
</style>
border-color css
<style>
span { border-color: #42E56D; }
span { border-color: rgb(66,229,109); }
td.TdClassName
{
border-color: #42E56D;
}
.TagClassName
{
border-color: #42E56D;
}
</style>