Shades of Emerald #57DA68
Tints of Emerald #57DA68
RGB
CMYK
RGB Variations
Color information
#57DA68 (or 0x57DA68) is known color: Emerald. HEX triplet: 57, DA and 68. RGB value is (87,218,104). Sum of RGB (Red+Green+Blue) = 87+218+104=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #57DA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57DA68 is #A82597. Grayscale: #A6A6A6. Windows color (decimal): -11019672 or 6871639. OLE color: 6871639.
HSL color Cylindrical-coordinate representation of color #57DA68: hue angle of 127.79º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DA68 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 218 | 104 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.15 |
| HSL | 127.79º | 0.64% | 0.6% | - |
| HSV(B) | 127.79º | 0.6% | 0.85% | - |
| XYZ | 31.5 | 53.17 | 21.7 | - |
| YUV | 165.84 | 93.1 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 218 | 104 | 0.60 | 0 | 0.52 | 0.15 | 127.79 | 0.64 | 0.6 |
| Hex | 57 | DA | 68 | 3C | 0 | 34 | F | 80 | 40 | 3C |
| Octal | 127 | 332 | 150 | 74 | 0 | 64 | 17 | 200 | 100 | 74 |
| Binary | 1010111 | 11011010 | 1101000 | 111100 | 0 | 110100 | 1111 | 10000000 | 1000000 | 111100 |
Color Harmonies of #57DA68
Complementary color
Monochromatic Colors of #57DA68
Black with #57DA68
Text Example
Text Example
White with #57DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DA68; }
p { color: rgb(87,218,104); }
H1.HeaderClassName
{
color: #57DA68;
}
.AnyTagClassName
{
color: #57DA68;
}
</style>
background-color css
<style>
a { background-color: #57DA68; }
a { background-color: rgb(87,218,104); }
div.DivClassName
{
background-color: #57DA68;
}
.BgClassName
{
background-color: #57DA68;
}
</style>
border-color css
<style>
span { border-color: #57DA68; }
span { border-color: rgb(87,218,104); }
td.TdClassName
{
border-color: #57DA68;
}
.TagClassName
{
border-color: #57DA68;
}
</style>