Shades of Emerald #42D079
Tints of Emerald #42D079
RGB
CMYK
RGB Variations
Color information
#42D079 (or 0x42D079) is known color: Emerald. HEX triplet: 42, D0 and 79. RGB value is (66,208,121). Sum of RGB (Red+Green+Blue) = 66+208+121=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #42D079 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D079 is #BD2F86. Grayscale: #9B9B9B. Windows color (decimal): -12398471 or 7983170. OLE color: 7983170.
HSL color Cylindrical-coordinate representation of color #42D079: hue angle of 143.24º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D079 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 121 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.18 |
| HSL | 143.24º | 0.6% | 0.54% | - |
| HSV(B) | 143.24º | 0.68% | 0.82% | - |
| XYZ | 28.25 | 47.65 | 25.8 | - |
| YUV | 155.62 | 108.46 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 121 | 0.68 | 0 | 0.42 | 0.18 | 143.24 | 0.6 | 0.54 |
| Hex | 42 | D0 | 79 | 44 | 0 | 2A | 12 | 8F | 3C | 36 |
| Octal | 102 | 320 | 171 | 104 | 0 | 52 | 22 | 217 | 74 | 66 |
| Binary | 1000010 | 11010000 | 1111001 | 1000100 | 0 | 101010 | 10010 | 10001111 | 111100 | 110110 |
Color Harmonies of #42D079
Complementary color
Monochromatic Colors of #42D079
Black with #42D079
Text Example
Text Example
White with #42D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D079; }
p { color: rgb(66,208,121); }
H1.HeaderClassName
{
color: #42D079;
}
.AnyTagClassName
{
color: #42D079;
}
</style>
background-color css
<style>
a { background-color: #42D079; }
a { background-color: rgb(66,208,121); }
div.DivClassName
{
background-color: #42D079;
}
.BgClassName
{
background-color: #42D079;
}
</style>
border-color css
<style>
span { border-color: #42D079; }
span { border-color: rgb(66,208,121); }
td.TdClassName
{
border-color: #42D079;
}
.TagClassName
{
border-color: #42D079;
}
</style>