Shades of Emerald #42DC72
Tints of Emerald #42DC72
RGB
CMYK
RGB Variations
Color information
#42DC72 (or 0x42DC72) is known color: Emerald. HEX triplet: 42, DC and 72. RGB value is (66,220,114). Sum of RGB (Red+Green+Blue) = 66+220+114=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DC72 is #BD238D. Grayscale: #A2A2A2. Windows color (decimal): -12395406 or 7527490. OLE color: 7527490.
HSL color Cylindrical-coordinate representation of color #42DC72: hue angle of 138.7º 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 #42DC72 is Cyan = 0.7, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 114 | - |
| CMYK | 0.7 | 0 | 0.48 | 0.14 |
| HSL | 138.7º | 0.69% | 0.56% | - |
| HSV(B) | 138.7º | 0.7% | 0.86% | - |
| XYZ | 30.88 | 53.56 | 24.63 | - |
| YUV | 161.87 | 100.98 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 114 | 0.7 | 0 | 0.48 | 0.14 | 138.7 | 0.69 | 0.56 |
| Hex | 42 | DC | 72 | 46 | 0 | 30 | E | 8B | 45 | 38 |
| Octal | 102 | 334 | 162 | 106 | 0 | 60 | 16 | 213 | 105 | 70 |
| Binary | 1000010 | 11011100 | 1110010 | 1000110 | 0 | 110000 | 1110 | 10001011 | 1000101 | 111000 |
Color Harmonies of #42DC72
Complementary color
Monochromatic Colors of #42DC72
Black with #42DC72
Text Example
Text Example
White with #42DC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC72; }
p { color: rgb(66,220,114); }
H1.HeaderClassName
{
color: #42DC72;
}
.AnyTagClassName
{
color: #42DC72;
}
</style>
background-color css
<style>
a { background-color: #42DC72; }
a { background-color: rgb(66,220,114); }
div.DivClassName
{
background-color: #42DC72;
}
.BgClassName
{
background-color: #42DC72;
}
</style>
border-color css
<style>
span { border-color: #42DC72; }
span { border-color: rgb(66,220,114); }
td.TdClassName
{
border-color: #42DC72;
}
.TagClassName
{
border-color: #42DC72;
}
</style>