Shades of Emerald #57D782
Tints of Emerald #57D782
RGB
CMYK
RGB Variations
Color information
#57D782 (or 0x57D782) is known color: Emerald. HEX triplet: 57, D7 and 82. RGB value is (87,215,130). Sum of RGB (Red+Green+Blue) = 87+215+130=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #57D782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57D782 is #A8287D. Grayscale: #A7A7A7. Windows color (decimal): -11020414 or 8574807. OLE color: 8574807.
HSL color Cylindrical-coordinate representation of color #57D782: hue angle of 140.16º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D782 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 215 | 130 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.16 |
| HSL | 140.16º | 0.62% | 0.59% | - |
| HSV(B) | 140.16º | 0.6% | 0.84% | - |
| XYZ | 32.26 | 52.24 | 29.5 | - |
| YUV | 167.04 | 107.09 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 215 | 130 | 0.60 | 0 | 0.40 | 0.16 | 140.16 | 0.62 | 0.59 |
| Hex | 57 | D7 | 82 | 3C | 0 | 28 | 10 | 8C | 3E | 3B |
| Octal | 127 | 327 | 202 | 74 | 0 | 50 | 20 | 214 | 76 | 73 |
| Binary | 1010111 | 11010111 | 10000010 | 111100 | 0 | 101000 | 10000 | 10001100 | 111110 | 111011 |
Color Harmonies of #57D782
Complementary color
Monochromatic Colors of #57D782
Black with #57D782
Text Example
Text Example
White with #57D782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D782; }
p { color: rgb(87,215,130); }
H1.HeaderClassName
{
color: #57D782;
}
.AnyTagClassName
{
color: #57D782;
}
</style>
background-color css
<style>
a { background-color: #57D782; }
a { background-color: rgb(87,215,130); }
div.DivClassName
{
background-color: #57D782;
}
.BgClassName
{
background-color: #57D782;
}
</style>
border-color css
<style>
span { border-color: #57D782; }
span { border-color: rgb(87,215,130); }
td.TdClassName
{
border-color: #57D782;
}
.TagClassName
{
border-color: #57D782;
}
</style>