Shades of Emerald #42DC82
Tints of Emerald #42DC82
RGB
CMYK
RGB Variations
Color information
#42DC82 (or 0x42DC82) is known color: Emerald. HEX triplet: 42, DC and 82. RGB value is (66,220,130). Sum of RGB (Red+Green+Blue) = 66+220+130=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DC82 is #BD237D. Grayscale: #A3A3A3. Windows color (decimal): -12395390 or 8576066. OLE color: 8576066.
HSL color Cylindrical-coordinate representation of color #42DC82: hue angle of 144.94º 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 #42DC82 is Cyan = 0.7, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 130 | - |
| CMYK | 0.7 | 0 | 0.41 | 0.14 |
| HSL | 144.94º | 0.69% | 0.56% | - |
| HSV(B) | 144.94º | 0.7% | 0.86% | - |
| XYZ | 31.87 | 53.96 | 29.85 | - |
| YUV | 163.69 | 108.98 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 130 | 0.7 | 0 | 0.41 | 0.14 | 144.94 | 0.69 | 0.56 |
| Hex | 42 | DC | 82 | 46 | 0 | 29 | E | 91 | 45 | 38 |
| Octal | 102 | 334 | 202 | 106 | 0 | 51 | 16 | 221 | 105 | 70 |
| Binary | 1000010 | 11011100 | 10000010 | 1000110 | 0 | 101001 | 1110 | 10010001 | 1000101 | 111000 |
Color Harmonies of #42DC82
Complementary color
Monochromatic Colors of #42DC82
Black with #42DC82
Text Example
Text Example
White with #42DC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC82; }
p { color: rgb(66,220,130); }
H1.HeaderClassName
{
color: #42DC82;
}
.AnyTagClassName
{
color: #42DC82;
}
</style>
background-color css
<style>
a { background-color: #42DC82; }
a { background-color: rgb(66,220,130); }
div.DivClassName
{
background-color: #42DC82;
}
.BgClassName
{
background-color: #42DC82;
}
</style>
border-color css
<style>
span { border-color: #42DC82; }
span { border-color: rgb(66,220,130); }
td.TdClassName
{
border-color: #42DC82;
}
.TagClassName
{
border-color: #42DC82;
}
</style>