Shades of Emerald #42D979
Tints of Emerald #42D979
RGB
CMYK
RGB Variations
Color information
#42D979 (or 0x42D979) is known color: Emerald. HEX triplet: 42, D9 and 79. RGB value is (66,217,121). Sum of RGB (Red+Green+Blue) = 66+217+121=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #42D979 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D979 is #BD2686. Grayscale: #A1A1A1. Windows color (decimal): -12396167 or 7985474. OLE color: 7985474.
HSL color Cylindrical-coordinate representation of color #42D979: hue angle of 141.85º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D979 is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 217 | 121 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.15 |
| HSL | 141.85º | 0.67% | 0.55% | - |
| HSV(B) | 141.85º | 0.7% | 0.85% | - |
| XYZ | 30.51 | 52.16 | 26.55 | - |
| YUV | 160.91 | 105.47 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 121 | 0.70 | 0 | 0.44 | 0.15 | 141.85 | 0.67 | 0.55 |
| Hex | 42 | D9 | 79 | 46 | 0 | 2C | F | 8E | 43 | 37 |
| Octal | 102 | 331 | 171 | 106 | 0 | 54 | 17 | 216 | 103 | 67 |
| Binary | 1000010 | 11011001 | 1111001 | 1000110 | 0 | 101100 | 1111 | 10001110 | 1000011 | 110111 |
Color Harmonies of #42D979
Complementary color
Monochromatic Colors of #42D979
Black with #42D979
Text Example
Text Example
White with #42D979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D979; }
p { color: rgb(66,217,121); }
H1.HeaderClassName
{
color: #42D979;
}
.AnyTagClassName
{
color: #42D979;
}
</style>
background-color css
<style>
a { background-color: #42D979; }
a { background-color: rgb(66,217,121); }
div.DivClassName
{
background-color: #42D979;
}
.BgClassName
{
background-color: #42D979;
}
</style>
border-color css
<style>
span { border-color: #42D979; }
span { border-color: rgb(66,217,121); }
td.TdClassName
{
border-color: #42D979;
}
.TagClassName
{
border-color: #42D979;
}
</style>