Shades of Emerald #42DA86
Tints of Emerald #42DA86
RGB
CMYK
RGB Variations
Color information
#42DA86 (or 0x42DA86) is known color: Emerald. HEX triplet: 42, DA and 86. RGB value is (66,218,134). Sum of RGB (Red+Green+Blue) = 66+218+134=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DA86 is #BD2579. Grayscale: #A3A3A3. Windows color (decimal): -12395898 or 8837698. OLE color: 8837698.
HSL color Cylindrical-coordinate representation of color #42DA86: hue angle of 146.84º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DA86 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 134 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.15 |
| HSL | 146.84º | 0.67% | 0.56% | - |
| HSV(B) | 146.84º | 0.7% | 0.85% | - |
| XYZ | 31.62 | 53.02 | 31.12 | - |
| YUV | 162.98 | 111.64 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 134 | 0.70 | 0 | 0.39 | 0.15 | 146.84 | 0.67 | 0.56 |
| Hex | 42 | DA | 86 | 46 | 0 | 27 | F | 93 | 43 | 38 |
| Octal | 102 | 332 | 206 | 106 | 0 | 47 | 17 | 223 | 103 | 70 |
| Binary | 1000010 | 11011010 | 10000110 | 1000110 | 0 | 100111 | 1111 | 10010011 | 1000011 | 111000 |
Color Harmonies of #42DA86
Complementary color
Monochromatic Colors of #42DA86
Black with #42DA86
Text Example
Text Example
White with #42DA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DA86; }
p { color: rgb(66,218,134); }
H1.HeaderClassName
{
color: #42DA86;
}
.AnyTagClassName
{
color: #42DA86;
}
</style>
background-color css
<style>
a { background-color: #42DA86; }
a { background-color: rgb(66,218,134); }
div.DivClassName
{
background-color: #42DA86;
}
.BgClassName
{
background-color: #42DA86;
}
</style>
border-color css
<style>
span { border-color: #42DA86; }
span { border-color: rgb(66,218,134); }
td.TdClassName
{
border-color: #42DA86;
}
.TagClassName
{
border-color: #42DA86;
}
</style>