Shades of Emerald #57D372
Tints of Emerald #57D372
RGB
CMYK
RGB Variations
Color information
#57D372 (or 0x57D372) is known color: Emerald. HEX triplet: 57, D3 and 72. RGB value is (87,211,114). Sum of RGB (Red+Green+Blue) = 87+211+114=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 211 (82.81% from 255 or 51.21% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 211 - color contains mainly: green. Hex color #57D372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57D372 is #A82C8D. Grayscale: #A3A3A3. Windows color (decimal): -11021454 or 7525207. OLE color: 7525207.
HSL color Cylindrical-coordinate representation of color #57D372: hue angle of 133.06º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D372 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 87 | 211 | 114 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.17 |
| HSL | 133.06º | 0.58% | 0.58% | - |
| HSV(B) | 133.06º | 0.59% | 0.83% | - |
| XYZ | 30.26 | 49.83 | 23.94 | - |
| YUV | 162.87 | 100.42 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 211 | 114 | 0.59 | 0 | 0.46 | 0.17 | 133.06 | 0.58 | 0.58 |
| Hex | 57 | D3 | 72 | 3B | 0 | 2E | 11 | 85 | 3A | 3A |
| Octal | 127 | 323 | 162 | 73 | 0 | 56 | 21 | 205 | 72 | 72 |
| Binary | 1010111 | 11010011 | 1110010 | 111011 | 0 | 101110 | 10001 | 10000101 | 111010 | 111010 |
Color Harmonies of #57D372
Complementary color
Monochromatic Colors of #57D372
Black with #57D372
Text Example
Text Example
White with #57D372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D372; }
p { color: rgb(87,211,114); }
H1.HeaderClassName
{
color: #57D372;
}
.AnyTagClassName
{
color: #57D372;
}
</style>
background-color css
<style>
a { background-color: #57D372; }
a { background-color: rgb(87,211,114); }
div.DivClassName
{
background-color: #57D372;
}
.BgClassName
{
background-color: #57D372;
}
</style>
border-color css
<style>
span { border-color: #57D372; }
span { border-color: rgb(87,211,114); }
td.TdClassName
{
border-color: #57D372;
}
.TagClassName
{
border-color: #57D372;
}
</style>