Shades of Emerald #42D86D
Tints of Emerald #42D86D
RGB
CMYK
RGB Variations
Color information
#42D86D (or 0x42D86D) is known color: Emerald. HEX triplet: 42, D8 and 6D. RGB value is (66,216,109). Sum of RGB (Red+Green+Blue) = 66+216+109=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 216 (84.77% from 255 or 55.24% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 216 - color contains mainly: green. Hex color #42D86D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D86D is #BD2792. Grayscale: #9F9F9F. Windows color (decimal): -12396435 or 7198786. OLE color: 7198786.
HSL color Cylindrical-coordinate representation of color #42D86D: hue angle of 137.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 #42D86D is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 109 | - |
| CMYK | 0.69 | 0 | 0.50 | 0.15 |
| HSL | 137.2º | 0.66% | 0.55% | - |
| HSV(B) | 137.2º | 0.69% | 0.85% | - |
| XYZ | 29.56 | 51.37 | 22.83 | - |
| YUV | 158.95 | 99.81 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 109 | 0.69 | 0 | 0.50 | 0.15 | 137.2 | 0.66 | 0.55 |
| Hex | 42 | D8 | 6D | 45 | 0 | 32 | F | 89 | 42 | 37 |
| Octal | 102 | 330 | 155 | 105 | 0 | 62 | 17 | 211 | 102 | 67 |
| Binary | 1000010 | 11011000 | 1101101 | 1000101 | 0 | 110010 | 1111 | 10001001 | 1000010 | 110111 |
Color Harmonies of #42D86D
Complementary color
Monochromatic Colors of #42D86D
Black with #42D86D
Text Example
Text Example
White with #42D86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D86D; }
p { color: rgb(66,216,109); }
H1.HeaderClassName
{
color: #42D86D;
}
.AnyTagClassName
{
color: #42D86D;
}
</style>
background-color css
<style>
a { background-color: #42D86D; }
a { background-color: rgb(66,216,109); }
div.DivClassName
{
background-color: #42D86D;
}
.BgClassName
{
background-color: #42D86D;
}
</style>
border-color css
<style>
span { border-color: #42D86D; }
span { border-color: rgb(66,216,109); }
td.TdClassName
{
border-color: #42D86D;
}
.TagClassName
{
border-color: #42D86D;
}
</style>