Shades of Emerald #57DD6F
Tints of Emerald #57DD6F
RGB
CMYK
RGB Variations
Color information
#57DD6F (or 0x57DD6F) is known color: Emerald. HEX triplet: 57, DD and 6F. RGB value is (87,221,111). Sum of RGB (Red+Green+Blue) = 87+221+111=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #57DD6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57DD6F is #A82290. Grayscale: #A8A8A8. Windows color (decimal): -11018897 or 7331159. OLE color: 7331159.
HSL color Cylindrical-coordinate representation of color #57DD6F: hue angle of 130.75º 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 #57DD6F is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 111 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.13 |
| HSL | 130.75º | 0.66% | 0.6% | - |
| HSV(B) | 130.75º | 0.61% | 0.87% | - |
| XYZ | 32.66 | 54.89 | 23.91 | - |
| YUV | 168.39 | 95.61 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 111 | 0.61 | 0 | 0.50 | 0.13 | 130.75 | 0.66 | 0.6 |
| Hex | 57 | DD | 6F | 3D | 0 | 32 | D | 83 | 42 | 3C |
| Octal | 127 | 335 | 157 | 75 | 0 | 62 | 15 | 203 | 102 | 74 |
| Binary | 1010111 | 11011101 | 1101111 | 111101 | 0 | 110010 | 1101 | 10000011 | 1000010 | 111100 |
Color Harmonies of #57DD6F
Complementary color
Monochromatic Colors of #57DD6F
Black with #57DD6F
Text Example
Text Example
White with #57DD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DD6F; }
p { color: rgb(87,221,111); }
H1.HeaderClassName
{
color: #57DD6F;
}
.AnyTagClassName
{
color: #57DD6F;
}
</style>
background-color css
<style>
a { background-color: #57DD6F; }
a { background-color: rgb(87,221,111); }
div.DivClassName
{
background-color: #57DD6F;
}
.BgClassName
{
background-color: #57DD6F;
}
</style>
border-color css
<style>
span { border-color: #57DD6F; }
span { border-color: rgb(87,221,111); }
td.TdClassName
{
border-color: #57DD6F;
}
.TagClassName
{
border-color: #57DD6F;
}
</style>