Shades of Emerald #57DB6C
Tints of Emerald #57DB6C
RGB
CMYK
RGB Variations
Color information
#57DB6C (or 0x57DB6C) is known color: Emerald. HEX triplet: 57, DB and 6C. RGB value is (87,219,108). Sum of RGB (Red+Green+Blue) = 87+219+108=414 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.01% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #57DB6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57DB6C is #A82493. Grayscale: #A7A7A7. Windows color (decimal): -11019412 or 7134039. OLE color: 7134039.
HSL color Cylindrical-coordinate representation of color #57DB6C: hue angle of 129.55º 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 #57DB6C is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 219 | 108 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.14 |
| HSL | 129.55º | 0.65% | 0.6% | - |
| HSV(B) | 129.55º | 0.6% | 0.86% | - |
| XYZ | 31.97 | 53.77 | 22.88 | - |
| YUV | 166.88 | 94.77 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 108 | 0.60 | 0 | 0.51 | 0.14 | 129.55 | 0.65 | 0.6 |
| Hex | 57 | DB | 6C | 3C | 0 | 33 | E | 82 | 41 | 3C |
| Octal | 127 | 333 | 154 | 74 | 0 | 63 | 16 | 202 | 101 | 74 |
| Binary | 1010111 | 11011011 | 1101100 | 111100 | 0 | 110011 | 1110 | 10000010 | 1000001 | 111100 |
Color Harmonies of #57DB6C
Complementary color
Monochromatic Colors of #57DB6C
Black with #57DB6C
Text Example
Text Example
White with #57DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DB6C; }
p { color: rgb(87,219,108); }
H1.HeaderClassName
{
color: #57DB6C;
}
.AnyTagClassName
{
color: #57DB6C;
}
</style>
background-color css
<style>
a { background-color: #57DB6C; }
a { background-color: rgb(87,219,108); }
div.DivClassName
{
background-color: #57DB6C;
}
.BgClassName
{
background-color: #57DB6C;
}
</style>
border-color css
<style>
span { border-color: #57DB6C; }
span { border-color: rgb(87,219,108); }
td.TdClassName
{
border-color: #57DB6C;
}
.TagClassName
{
border-color: #57DB6C;
}
</style>