Shades of Emerald #57D484
Tints of Emerald #57D484
RGB
CMYK
RGB Variations
Color information
#57D484 (or 0x57D484) is known color: Emerald. HEX triplet: 57, D4 and 84. RGB value is (87,212,132). Sum of RGB (Red+Green+Blue) = 87+212+132=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #57D484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57D484 is #A82B7B. Grayscale: #A5A5A5. Windows color (decimal): -11021180 or 8705111. OLE color: 8705111.
HSL color Cylindrical-coordinate representation of color #57D484: hue angle of 141.6º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D484 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 87 | 212 | 132 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.17 |
| HSL | 141.6º | 0.59% | 0.59% | - |
| HSV(B) | 141.6º | 0.59% | 0.83% | - |
| XYZ | 31.64 | 50.78 | 29.96 | - |
| YUV | 165.51 | 109.09 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 212 | 132 | 0.59 | 0 | 0.38 | 0.17 | 141.6 | 0.59 | 0.59 |
| Hex | 57 | D4 | 84 | 3B | 0 | 26 | 11 | 8E | 3B | 3B |
| Octal | 127 | 324 | 204 | 73 | 0 | 46 | 21 | 216 | 73 | 73 |
| Binary | 1010111 | 11010100 | 10000100 | 111011 | 0 | 100110 | 10001 | 10001110 | 111011 | 111011 |
Color Harmonies of #57D484
Complementary color
Monochromatic Colors of #57D484
Black with #57D484
Text Example
Text Example
White with #57D484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D484; }
p { color: rgb(87,212,132); }
H1.HeaderClassName
{
color: #57D484;
}
.AnyTagClassName
{
color: #57D484;
}
</style>
background-color css
<style>
a { background-color: #57D484; }
a { background-color: rgb(87,212,132); }
div.DivClassName
{
background-color: #57D484;
}
.BgClassName
{
background-color: #57D484;
}
</style>
border-color css
<style>
span { border-color: #57D484; }
span { border-color: rgb(87,212,132); }
td.TdClassName
{
border-color: #57D484;
}
.TagClassName
{
border-color: #57D484;
}
</style>