Shades of Emerald #57D08A
Tints of Emerald #57D08A
RGB
CMYK
RGB Variations
Color information
#57D08A (or 0x57D08A) is known color: Emerald. HEX triplet: 57, D0 and 8A. RGB value is (87,208,138). Sum of RGB (Red+Green+Blue) = 87+208+138=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #57D08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57D08A is #A82F75. Grayscale: #A4A4A4. Windows color (decimal): -11022198 or 9097303. OLE color: 9097303.
HSL color Cylindrical-coordinate representation of color #57D08A: hue angle of 145.29º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57D08A is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 208 | 138 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.18 |
| HSL | 145.29º | 0.56% | 0.58% | - |
| HSV(B) | 145.29º | 0.58% | 0.82% | - |
| XYZ | 31.07 | 48.97 | 31.86 | - |
| YUV | 163.84 | 113.41 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 208 | 138 | 0.58 | 0 | 0.34 | 0.18 | 145.29 | 0.56 | 0.58 |
| Hex | 57 | D0 | 8A | 3A | 0 | 22 | 12 | 91 | 38 | 3A |
| Octal | 127 | 320 | 212 | 72 | 0 | 42 | 22 | 221 | 70 | 72 |
| Binary | 1010111 | 11010000 | 10001010 | 111010 | 0 | 100010 | 10010 | 10010001 | 111000 | 111010 |
Color Harmonies of #57D08A
Complementary color
Monochromatic Colors of #57D08A
Black with #57D08A
Text Example
Text Example
White with #57D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D08A; }
p { color: rgb(87,208,138); }
H1.HeaderClassName
{
color: #57D08A;
}
.AnyTagClassName
{
color: #57D08A;
}
</style>
background-color css
<style>
a { background-color: #57D08A; }
a { background-color: rgb(87,208,138); }
div.DivClassName
{
background-color: #57D08A;
}
.BgClassName
{
background-color: #57D08A;
}
</style>
border-color css
<style>
span { border-color: #57D08A; }
span { border-color: rgb(87,208,138); }
td.TdClassName
{
border-color: #57D08A;
}
.TagClassName
{
border-color: #57D08A;
}
</style>