Shades of Emerald #57DB75
Tints of Emerald #57DB75
RGB
CMYK
RGB Variations
Color information
#57DB75 (or 0x57DB75) is known color: Emerald. HEX triplet: 57, DB and 75. RGB value is (87,219,117). Sum of RGB (Red+Green+Blue) = 87+219+117=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #57DB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57DB75 is #A8248A. Grayscale: #A8A8A8. Windows color (decimal): -11019403 or 7723863. OLE color: 7723863.
HSL color Cylindrical-coordinate representation of color #57DB75: hue angle of 133.64º 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 #57DB75 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 219 | 117 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.14 |
| HSL | 133.64º | 0.65% | 0.6% | - |
| HSV(B) | 133.64º | 0.6% | 0.86% | - |
| XYZ | 32.47 | 53.97 | 25.54 | - |
| YUV | 167.9 | 99.27 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 117 | 0.60 | 0 | 0.47 | 0.14 | 133.64 | 0.65 | 0.6 |
| Hex | 57 | DB | 75 | 3C | 0 | 2F | E | 86 | 41 | 3C |
| Octal | 127 | 333 | 165 | 74 | 0 | 57 | 16 | 206 | 101 | 74 |
| Binary | 1010111 | 11011011 | 1110101 | 111100 | 0 | 101111 | 1110 | 10000110 | 1000001 | 111100 |
Color Harmonies of #57DB75
Complementary color
Monochromatic Colors of #57DB75
Black with #57DB75
Text Example
Text Example
White with #57DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DB75; }
p { color: rgb(87,219,117); }
H1.HeaderClassName
{
color: #57DB75;
}
.AnyTagClassName
{
color: #57DB75;
}
</style>
background-color css
<style>
a { background-color: #57DB75; }
a { background-color: rgb(87,219,117); }
div.DivClassName
{
background-color: #57DB75;
}
.BgClassName
{
background-color: #57DB75;
}
</style>
border-color css
<style>
span { border-color: #57DB75; }
span { border-color: rgb(87,219,117); }
td.TdClassName
{
border-color: #57DB75;
}
.TagClassName
{
border-color: #57DB75;
}
</style>