Shades of Emerald #42DD77
Tints of Emerald #42DD77
RGB
CMYK
RGB Variations
Color information
#42DD77 (or 0x42DD77) is known color: Emerald. HEX triplet: 42, DD and 77. RGB value is (66,221,119). Sum of RGB (Red+Green+Blue) = 66+221+119=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DD77 is #BD2288. Grayscale: #A3A3A3. Windows color (decimal): -12395145 or 7855426. OLE color: 7855426.
HSL color Cylindrical-coordinate representation of color #42DD77: hue angle of 140.52º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DD77 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 221 | 119 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.13 |
| HSL | 140.52º | 0.7% | 0.56% | - |
| HSV(B) | 140.52º | 0.7% | 0.87% | - |
| XYZ | 31.43 | 54.2 | 26.26 | - |
| YUV | 163.03 | 103.15 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 119 | 0.70 | 0 | 0.46 | 0.13 | 140.52 | 0.7 | 0.56 |
| Hex | 42 | DD | 77 | 46 | 0 | 2E | D | 8D | 46 | 38 |
| Octal | 102 | 335 | 167 | 106 | 0 | 56 | 15 | 215 | 106 | 70 |
| Binary | 1000010 | 11011101 | 1110111 | 1000110 | 0 | 101110 | 1101 | 10001101 | 1000110 | 111000 |
Color Harmonies of #42DD77
Complementary color
Monochromatic Colors of #42DD77
Black with #42DD77
Text Example
Text Example
White with #42DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DD77; }
p { color: rgb(66,221,119); }
H1.HeaderClassName
{
color: #42DD77;
}
.AnyTagClassName
{
color: #42DD77;
}
</style>
background-color css
<style>
a { background-color: #42DD77; }
a { background-color: rgb(66,221,119); }
div.DivClassName
{
background-color: #42DD77;
}
.BgClassName
{
background-color: #42DD77;
}
</style>
border-color css
<style>
span { border-color: #42DD77; }
span { border-color: rgb(66,221,119); }
td.TdClassName
{
border-color: #42DD77;
}
.TagClassName
{
border-color: #42DD77;
}
</style>