Shades of Emerald #42DC89
Tints of Emerald #42DC89
RGB
CMYK
RGB Variations
Color information
#42DC89 (or 0x42DC89) is known color: Emerald. HEX triplet: 42, DC and 89. RGB value is (66,220,137). Sum of RGB (Red+Green+Blue) = 66+220+137=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DC89 is #BD2376. Grayscale: #A4A4A4. Windows color (decimal): -12395383 or 9034818. OLE color: 9034818.
HSL color Cylindrical-coordinate representation of color #42DC89: hue angle of 147.66º 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 #42DC89 is Cyan = 0.7, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 137 | - |
| CMYK | 0.7 | 0 | 0.38 | 0.14 |
| HSL | 147.66º | 0.69% | 0.56% | - |
| HSV(B) | 147.66º | 0.7% | 0.86% | - |
| XYZ | 32.36 | 54.15 | 32.41 | - |
| YUV | 164.49 | 112.48 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 137 | 0.7 | 0 | 0.38 | 0.14 | 147.66 | 0.69 | 0.56 |
| Hex | 42 | DC | 89 | 46 | 0 | 26 | E | 94 | 45 | 38 |
| Octal | 102 | 334 | 211 | 106 | 0 | 46 | 16 | 224 | 105 | 70 |
| Binary | 1000010 | 11011100 | 10001001 | 1000110 | 0 | 100110 | 1110 | 10010100 | 1000101 | 111000 |
Color Harmonies of #42DC89
Complementary color
Monochromatic Colors of #42DC89
Black with #42DC89
Text Example
Text Example
White with #42DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC89; }
p { color: rgb(66,220,137); }
H1.HeaderClassName
{
color: #42DC89;
}
.AnyTagClassName
{
color: #42DC89;
}
</style>
background-color css
<style>
a { background-color: #42DC89; }
a { background-color: rgb(66,220,137); }
div.DivClassName
{
background-color: #42DC89;
}
.BgClassName
{
background-color: #42DC89;
}
</style>
border-color css
<style>
span { border-color: #42DC89; }
span { border-color: rgb(66,220,137); }
td.TdClassName
{
border-color: #42DC89;
}
.TagClassName
{
border-color: #42DC89;
}
</style>