Shades of Emerald #42DD86
Tints of Emerald #42DD86
RGB
CMYK
RGB Variations
Color information
#42DD86 (or 0x42DD86) is known color: Emerald. HEX triplet: 42, DD and 86. RGB value is (66,221,134). Sum of RGB (Red+Green+Blue) = 66+221+134=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DD86 is #BD2279. Grayscale: #A4A4A4. Windows color (decimal): -12395130 or 8838466. OLE color: 8838466.
HSL color Cylindrical-coordinate representation of color #42DD86: hue angle of 146.32º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DD86 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 221 | 134 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.13 |
| HSL | 146.32º | 0.7% | 0.56% | - |
| HSV(B) | 146.32º | 0.7% | 0.87% | - |
| XYZ | 32.41 | 54.59 | 31.38 | - |
| YUV | 164.74 | 110.65 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 134 | 0.70 | 0 | 0.39 | 0.13 | 146.32 | 0.7 | 0.56 |
| Hex | 42 | DD | 86 | 46 | 0 | 27 | D | 92 | 46 | 38 |
| Octal | 102 | 335 | 206 | 106 | 0 | 47 | 15 | 222 | 106 | 70 |
| Binary | 1000010 | 11011101 | 10000110 | 1000110 | 0 | 100111 | 1101 | 10010010 | 1000110 | 111000 |
Color Harmonies of #42DD86
Complementary color
Monochromatic Colors of #42DD86
Black with #42DD86
Text Example
Text Example
White with #42DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DD86; }
p { color: rgb(66,221,134); }
H1.HeaderClassName
{
color: #42DD86;
}
.AnyTagClassName
{
color: #42DD86;
}
</style>
background-color css
<style>
a { background-color: #42DD86; }
a { background-color: rgb(66,221,134); }
div.DivClassName
{
background-color: #42DD86;
}
.BgClassName
{
background-color: #42DD86;
}
</style>
border-color css
<style>
span { border-color: #42DD86; }
span { border-color: rgb(66,221,134); }
td.TdClassName
{
border-color: #42DD86;
}
.TagClassName
{
border-color: #42DD86;
}
</style>