Shades of Emerald #57CA7C
Tints of Emerald #57CA7C
RGB
CMYK
RGB Variations
Color information
#57CA7C (or 0x57CA7C) is known color: Emerald. HEX triplet: 57, CA and 7C. RGB value is (87,202,124). Sum of RGB (Red+Green+Blue) = 87+202+124=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #57CA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57CA7C is #A83583. Grayscale: #9E9E9E. Windows color (decimal): -11023748 or 8178263. OLE color: 8178263.
HSL color Cylindrical-coordinate representation of color #57CA7C: hue angle of 139.3º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CA7C is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 202 | 124 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.21 |
| HSL | 139.3º | 0.52% | 0.57% | - |
| HSV(B) | 139.3º | 0.57% | 0.79% | - |
| XYZ | 28.69 | 45.72 | 26.38 | - |
| YUV | 158.72 | 108.4 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 202 | 124 | 0.57 | 0 | 0.39 | 0.21 | 139.3 | 0.52 | 0.57 |
| Hex | 57 | CA | 7C | 39 | 0 | 27 | 15 | 8B | 34 | 39 |
| Octal | 127 | 312 | 174 | 71 | 0 | 47 | 25 | 213 | 64 | 71 |
| Binary | 1010111 | 11001010 | 1111100 | 111001 | 0 | 100111 | 10101 | 10001011 | 110100 | 111001 |
Color Harmonies of #57CA7C
Complementary color
Monochromatic Colors of #57CA7C
Black with #57CA7C
Text Example
Text Example
White with #57CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CA7C; }
p { color: rgb(87,202,124); }
H1.HeaderClassName
{
color: #57CA7C;
}
.AnyTagClassName
{
color: #57CA7C;
}
</style>
background-color css
<style>
a { background-color: #57CA7C; }
a { background-color: rgb(87,202,124); }
div.DivClassName
{
background-color: #57CA7C;
}
.BgClassName
{
background-color: #57CA7C;
}
</style>
border-color css
<style>
span { border-color: #57CA7C; }
span { border-color: rgb(87,202,124); }
td.TdClassName
{
border-color: #57CA7C;
}
.TagClassName
{
border-color: #57CA7C;
}
</style>