Shades of Emerald #57C57A
Tints of Emerald #57C57A
RGB
CMYK
RGB Variations
Color information
#57C57A (or 0x57C57A) is known color: Emerald. HEX triplet: 57, C5 and 7A. RGB value is (87,197,122). Sum of RGB (Red+Green+Blue) = 87+197+122=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #57C57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57C57A is #A83A85. Grayscale: #9B9B9B. Windows color (decimal): -11025030 or 8045911. OLE color: 8045911.
HSL color Cylindrical-coordinate representation of color #57C57A: hue angle of 139.09º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C57A is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 197 | 122 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.23 |
| HSL | 139.09º | 0.49% | 0.56% | - |
| HSV(B) | 139.09º | 0.56% | 0.77% | - |
| XYZ | 27.41 | 43.36 | 25.34 | - |
| YUV | 155.56 | 109.06 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 197 | 122 | 0.56 | 0 | 0.38 | 0.23 | 139.09 | 0.49 | 0.56 |
| Hex | 57 | C5 | 7A | 38 | 0 | 26 | 17 | 8B | 31 | 38 |
| Octal | 127 | 305 | 172 | 70 | 0 | 46 | 27 | 213 | 61 | 70 |
| Binary | 1010111 | 11000101 | 1111010 | 111000 | 0 | 100110 | 10111 | 10001011 | 110001 | 111000 |
Color Harmonies of #57C57A
Complementary color
Monochromatic Colors of #57C57A
Black with #57C57A
Text Example
Text Example
White with #57C57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C57A; }
p { color: rgb(87,197,122); }
H1.HeaderClassName
{
color: #57C57A;
}
.AnyTagClassName
{
color: #57C57A;
}
</style>
background-color css
<style>
a { background-color: #57C57A; }
a { background-color: rgb(87,197,122); }
div.DivClassName
{
background-color: #57C57A;
}
.BgClassName
{
background-color: #57C57A;
}
</style>
border-color css
<style>
span { border-color: #57C57A; }
span { border-color: rgb(87,197,122); }
td.TdClassName
{
border-color: #57C57A;
}
.TagClassName
{
border-color: #57C57A;
}
</style>