Shades of Emerald #57DB66
Tints of Emerald #57DB66
RGB
CMYK
RGB Variations
Color information
#57DB66 (or 0x57DB66) is known color: Emerald. HEX triplet: 57, DB and 66. RGB value is (87,219,102). Sum of RGB (Red+Green+Blue) = 87+219+102=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #57DB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57DB66 is #A82499. Grayscale: #A6A6A6. Windows color (decimal): -11019418 or 6740823. OLE color: 6740823.
HSL color Cylindrical-coordinate representation of color #57DB66: hue angle of 126.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DB66 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 219 | 102 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.14 |
| HSL | 126.82º | 0.65% | 0.6% | - |
| HSV(B) | 126.82º | 0.6% | 0.86% | - |
| XYZ | 31.66 | 53.65 | 21.26 | - |
| YUV | 166.19 | 91.77 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 102 | 0.60 | 0 | 0.53 | 0.14 | 126.82 | 0.65 | 0.6 |
| Hex | 57 | DB | 66 | 3C | 0 | 35 | E | 7F | 41 | 3C |
| Octal | 127 | 333 | 146 | 74 | 0 | 65 | 16 | 177 | 101 | 74 |
| Binary | 1010111 | 11011011 | 1100110 | 111100 | 0 | 110101 | 1110 | 1111111 | 1000001 | 111100 |
Color Harmonies of #57DB66
Complementary color
Monochromatic Colors of #57DB66
Black with #57DB66
Text Example
Text Example
White with #57DB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DB66; }
p { color: rgb(87,219,102); }
H1.HeaderClassName
{
color: #57DB66;
}
.AnyTagClassName
{
color: #57DB66;
}
</style>
background-color css
<style>
a { background-color: #57DB66; }
a { background-color: rgb(87,219,102); }
div.DivClassName
{
background-color: #57DB66;
}
.BgClassName
{
background-color: #57DB66;
}
</style>
border-color css
<style>
span { border-color: #57DB66; }
span { border-color: rgb(87,219,102); }
td.TdClassName
{
border-color: #57DB66;
}
.TagClassName
{
border-color: #57DB66;
}
</style>