Shades of Emerald #42D85E
Tints of Emerald #42D85E
RGB
CMYK
RGB Variations
Color information
#42D85E (or 0x42D85E) is known color: Emerald. HEX triplet: 42, D8 and 5E. RGB value is (66,216,94). Sum of RGB (Red+Green+Blue) = 66+216+94=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #42D85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D85E is #BD27A1. Grayscale: #9D9D9D. Windows color (decimal): -12396450 or 6215746. OLE color: 6215746.
HSL color Cylindrical-coordinate representation of color #42D85E: hue angle of 131.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D85E is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 94 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.15 |
| HSL | 131.2º | 0.66% | 0.55% | - |
| HSV(B) | 131.2º | 0.69% | 0.85% | - |
| XYZ | 28.82 | 51.08 | 18.93 | - |
| YUV | 157.24 | 92.31 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 94 | 0.69 | 0 | 0.56 | 0.15 | 131.2 | 0.66 | 0.55 |
| Hex | 42 | D8 | 5E | 45 | 0 | 38 | F | 83 | 42 | 37 |
| Octal | 102 | 330 | 136 | 105 | 0 | 70 | 17 | 203 | 102 | 67 |
| Binary | 1000010 | 11011000 | 1011110 | 1000101 | 0 | 111000 | 1111 | 10000011 | 1000010 | 110111 |
Color Harmonies of #42D85E
Complementary color
Monochromatic Colors of #42D85E
Black with #42D85E
Text Example
Text Example
White with #42D85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D85E; }
p { color: rgb(66,216,94); }
H1.HeaderClassName
{
color: #42D85E;
}
.AnyTagClassName
{
color: #42D85E;
}
</style>
background-color css
<style>
a { background-color: #42D85E; }
a { background-color: rgb(66,216,94); }
div.DivClassName
{
background-color: #42D85E;
}
.BgClassName
{
background-color: #42D85E;
}
</style>
border-color css
<style>
span { border-color: #42D85E; }
span { border-color: rgb(66,216,94); }
td.TdClassName
{
border-color: #42D85E;
}
.TagClassName
{
border-color: #42D85E;
}
</style>