Shades of Emerald #42D86A
Tints of Emerald #42D86A
RGB
CMYK
RGB Variations
Color information
#42D86A (or 0x42D86A) is known color: Emerald. HEX triplet: 42, D8 and 6A. RGB value is (66,216,106). Sum of RGB (Red+Green+Blue) = 66+216+106=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 216 (84.77% from 255 or 55.67% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 216 - color contains mainly: green. Hex color #42D86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D86A is #BD2795. Grayscale: #9E9E9E. Windows color (decimal): -12396438 or 7002178. OLE color: 7002178.
HSL color Cylindrical-coordinate representation of color #42D86A: hue angle of 136º 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 #42D86A is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 106 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.15 |
| HSL | 136º | 0.66% | 0.55% | - |
| HSV(B) | 136º | 0.69% | 0.85% | - |
| XYZ | 29.4 | 51.31 | 21.99 | - |
| YUV | 158.61 | 98.31 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 106 | 0.69 | 0 | 0.51 | 0.15 | 136 | 0.66 | 0.55 |
| Hex | 42 | D8 | 6A | 45 | 0 | 33 | F | 88 | 42 | 37 |
| Octal | 102 | 330 | 152 | 105 | 0 | 63 | 17 | 210 | 102 | 67 |
| Binary | 1000010 | 11011000 | 1101010 | 1000101 | 0 | 110011 | 1111 | 10001000 | 1000010 | 110111 |
Color Harmonies of #42D86A
Complementary color
Monochromatic Colors of #42D86A
Black with #42D86A
Text Example
Text Example
White with #42D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D86A; }
p { color: rgb(66,216,106); }
H1.HeaderClassName
{
color: #42D86A;
}
.AnyTagClassName
{
color: #42D86A;
}
</style>
background-color css
<style>
a { background-color: #42D86A; }
a { background-color: rgb(66,216,106); }
div.DivClassName
{
background-color: #42D86A;
}
.BgClassName
{
background-color: #42D86A;
}
</style>
border-color css
<style>
span { border-color: #42D86A; }
span { border-color: rgb(66,216,106); }
td.TdClassName
{
border-color: #42D86A;
}
.TagClassName
{
border-color: #42D86A;
}
</style>