Shades of Emerald #57DC7E
Tints of Emerald #57DC7E
RGB
CMYK
RGB Variations
Color information
#57DC7E (or 0x57DC7E) is known color: Emerald. HEX triplet: 57, DC and 7E. RGB value is (87,220,126). Sum of RGB (Red+Green+Blue) = 87+220+126=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #57DC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57DC7E is #A82381. Grayscale: #A9A9A9. Windows color (decimal): -11019138 or 8313943. OLE color: 8313943.
HSL color Cylindrical-coordinate representation of color #57DC7E: hue angle of 137.59º degrees, saturation: 0.66, 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 #57DC7E is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 126 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.14 |
| HSL | 137.59º | 0.66% | 0.6% | - |
| HSV(B) | 137.59º | 0.6% | 0.86% | - |
| XYZ | 33.29 | 54.72 | 28.55 | - |
| YUV | 169.52 | 103.44 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 126 | 0.60 | 0 | 0.43 | 0.14 | 137.59 | 0.66 | 0.6 |
| Hex | 57 | DC | 7E | 3C | 0 | 2B | E | 8A | 42 | 3C |
| Octal | 127 | 334 | 176 | 74 | 0 | 53 | 16 | 212 | 102 | 74 |
| Binary | 1010111 | 11011100 | 1111110 | 111100 | 0 | 101011 | 1110 | 10001010 | 1000010 | 111100 |
Color Harmonies of #57DC7E
Complementary color
Monochromatic Colors of #57DC7E
Black with #57DC7E
Text Example
Text Example
White with #57DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DC7E; }
p { color: rgb(87,220,126); }
H1.HeaderClassName
{
color: #57DC7E;
}
.AnyTagClassName
{
color: #57DC7E;
}
</style>
background-color css
<style>
a { background-color: #57DC7E; }
a { background-color: rgb(87,220,126); }
div.DivClassName
{
background-color: #57DC7E;
}
.BgClassName
{
background-color: #57DC7E;
}
</style>
border-color css
<style>
span { border-color: #57DC7E; }
span { border-color: rgb(87,220,126); }
td.TdClassName
{
border-color: #57DC7E;
}
.TagClassName
{
border-color: #57DC7E;
}
</style>