Shades of Emerald #57DC90
Tints of Emerald #57DC90
RGB
CMYK
RGB Variations
Color information
#57DC90 (or 0x57DC90) is known color: Emerald. HEX triplet: 57, DC and 90. RGB value is (87,220,144). Sum of RGB (Red+Green+Blue) = 87+220+144=451 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.29% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #57DC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DC90 is #A8236F. Grayscale: #ABABAB. Windows color (decimal): -11019120 or 9493591. OLE color: 9493591.
HSL color Cylindrical-coordinate representation of color #57DC90: hue angle of 145.71º 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 #57DC90 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 144 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.14 |
| HSL | 145.71º | 0.66% | 0.6% | - |
| HSV(B) | 145.71º | 0.6% | 0.86% | - |
| XYZ | 34.56 | 55.23 | 35.22 | - |
| YUV | 171.57 | 112.44 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 144 | 0.60 | 0 | 0.35 | 0.14 | 145.71 | 0.66 | 0.6 |
| Hex | 57 | DC | 90 | 3C | 0 | 23 | E | 92 | 42 | 3C |
| Octal | 127 | 334 | 220 | 74 | 0 | 43 | 16 | 222 | 102 | 74 |
| Binary | 1010111 | 11011100 | 10010000 | 111100 | 0 | 100011 | 1110 | 10010010 | 1000010 | 111100 |
Color Harmonies of #57DC90
Complementary color
Monochromatic Colors of #57DC90
Black with #57DC90
Text Example
Text Example
White with #57DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DC90; }
p { color: rgb(87,220,144); }
H1.HeaderClassName
{
color: #57DC90;
}
.AnyTagClassName
{
color: #57DC90;
}
</style>
background-color css
<style>
a { background-color: #57DC90; }
a { background-color: rgb(87,220,144); }
div.DivClassName
{
background-color: #57DC90;
}
.BgClassName
{
background-color: #57DC90;
}
</style>
border-color css
<style>
span { border-color: #57DC90; }
span { border-color: rgb(87,220,144); }
td.TdClassName
{
border-color: #57DC90;
}
.TagClassName
{
border-color: #57DC90;
}
</style>