Shades of Emerald #42DD57
Tints of Emerald #42DD57
RGB
CMYK
RGB Variations
Color information
#42DD57 (or 0x42DD57) is known color: Emerald. HEX triplet: 42, DD and 57. RGB value is (66,221,87). Sum of RGB (Red+Green+Blue) = 66+221+87=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DD57 is #BD22A8. Grayscale: #9F9F9F. Windows color (decimal): -12395177 or 5758274. OLE color: 5758274.
HSL color Cylindrical-coordinate representation of color #42DD57: hue angle of 128.13º 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 #42DD57 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 221 | 87 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.13 |
| HSL | 128.13º | 0.7% | 0.56% | - |
| HSV(B) | 128.13º | 0.7% | 0.87% | - |
| XYZ | 29.82 | 53.56 | 17.78 | - |
| YUV | 159.38 | 87.15 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 87 | 0.70 | 0 | 0.61 | 0.13 | 128.13 | 0.7 | 0.56 |
| Hex | 42 | DD | 57 | 46 | 0 | 3D | D | 80 | 46 | 38 |
| Octal | 102 | 335 | 127 | 106 | 0 | 75 | 15 | 200 | 106 | 70 |
| Binary | 1000010 | 11011101 | 1010111 | 1000110 | 0 | 111101 | 1101 | 10000000 | 1000110 | 111000 |
Color Harmonies of #42DD57
Complementary color
Monochromatic Colors of #42DD57
Black with #42DD57
Text Example
Text Example
White with #42DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DD57; }
p { color: rgb(66,221,87); }
H1.HeaderClassName
{
color: #42DD57;
}
.AnyTagClassName
{
color: #42DD57;
}
</style>
background-color css
<style>
a { background-color: #42DD57; }
a { background-color: rgb(66,221,87); }
div.DivClassName
{
background-color: #42DD57;
}
.BgClassName
{
background-color: #42DD57;
}
</style>
border-color css
<style>
span { border-color: #42DD57; }
span { border-color: rgb(66,221,87); }
td.TdClassName
{
border-color: #42DD57;
}
.TagClassName
{
border-color: #42DD57;
}
</style>