Shades of Emerald #57DD6D
Tints of Emerald #57DD6D
RGB
CMYK
RGB Variations
Color information
#57DD6D (or 0x57DD6D) is known color: Emerald. HEX triplet: 57, DD and 6D. RGB value is (87,221,109). Sum of RGB (Red+Green+Blue) = 87+221+109=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #57DD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57DD6D is #A82292. Grayscale: #A8A8A8. Windows color (decimal): -11018899 or 7200087. OLE color: 7200087.
HSL color Cylindrical-coordinate representation of color #57DD6D: hue angle of 129.85º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DD6D is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 109 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.13 |
| HSL | 129.85º | 0.66% | 0.6% | - |
| HSV(B) | 129.85º | 0.61% | 0.87% | - |
| XYZ | 32.55 | 54.84 | 23.34 | - |
| YUV | 168.17 | 94.61 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 109 | 0.61 | 0 | 0.51 | 0.13 | 129.85 | 0.66 | 0.6 |
| Hex | 57 | DD | 6D | 3D | 0 | 33 | D | 82 | 42 | 3C |
| Octal | 127 | 335 | 155 | 75 | 0 | 63 | 15 | 202 | 102 | 74 |
| Binary | 1010111 | 11011101 | 1101101 | 111101 | 0 | 110011 | 1101 | 10000010 | 1000010 | 111100 |
Color Harmonies of #57DD6D
Complementary color
Monochromatic Colors of #57DD6D
Black with #57DD6D
Text Example
Text Example
White with #57DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DD6D; }
p { color: rgb(87,221,109); }
H1.HeaderClassName
{
color: #57DD6D;
}
.AnyTagClassName
{
color: #57DD6D;
}
</style>
background-color css
<style>
a { background-color: #57DD6D; }
a { background-color: rgb(87,221,109); }
div.DivClassName
{
background-color: #57DD6D;
}
.BgClassName
{
background-color: #57DD6D;
}
</style>
border-color css
<style>
span { border-color: #57DD6D; }
span { border-color: rgb(87,221,109); }
td.TdClassName
{
border-color: #57DD6D;
}
.TagClassName
{
border-color: #57DD6D;
}
</style>