Shades of Emerald #42DC86
Tints of Emerald #42DC86
RGB
CMYK
RGB Variations
Color information
#42DC86 (or 0x42DC86) is known color: Emerald. HEX triplet: 42, DC and 86. RGB value is (66,220,134). Sum of RGB (Red+Green+Blue) = 66+220+134=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DC86 is #BD2379. Grayscale: #A4A4A4. Windows color (decimal): -12395386 or 8838210. OLE color: 8838210.
HSL color Cylindrical-coordinate representation of color #42DC86: hue angle of 146.49º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DC86 is Cyan = 0.7, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 134 | - |
| CMYK | 0.7 | 0 | 0.39 | 0.14 |
| HSL | 146.49º | 0.69% | 0.56% | - |
| HSV(B) | 146.49º | 0.7% | 0.86% | - |
| XYZ | 32.14 | 54.07 | 31.3 | - |
| YUV | 164.15 | 110.98 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 134 | 0.7 | 0 | 0.39 | 0.14 | 146.49 | 0.69 | 0.56 |
| Hex | 42 | DC | 86 | 46 | 0 | 27 | E | 92 | 45 | 38 |
| Octal | 102 | 334 | 206 | 106 | 0 | 47 | 16 | 222 | 105 | 70 |
| Binary | 1000010 | 11011100 | 10000110 | 1000110 | 0 | 100111 | 1110 | 10010010 | 1000101 | 111000 |
Color Harmonies of #42DC86
Complementary color
Monochromatic Colors of #42DC86
Black with #42DC86
Text Example
Text Example
White with #42DC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC86; }
p { color: rgb(66,220,134); }
H1.HeaderClassName
{
color: #42DC86;
}
.AnyTagClassName
{
color: #42DC86;
}
</style>
background-color css
<style>
a { background-color: #42DC86; }
a { background-color: rgb(66,220,134); }
div.DivClassName
{
background-color: #42DC86;
}
.BgClassName
{
background-color: #42DC86;
}
</style>
border-color css
<style>
span { border-color: #42DC86; }
span { border-color: rgb(66,220,134); }
td.TdClassName
{
border-color: #42DC86;
}
.TagClassName
{
border-color: #42DC86;
}
</style>