Shades of Emerald #57CC74
Tints of Emerald #57CC74
RGB
CMYK
RGB Variations
Color information
#57CC74 (or 0x57CC74) is known color: Emerald. HEX triplet: 57, CC and 74. RGB value is (87,204,116). Sum of RGB (Red+Green+Blue) = 87+204+116=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #57CC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57CC74 is #A8338B. Grayscale: #9F9F9F. Windows color (decimal): -11023244 or 7654487. OLE color: 7654487.
HSL color Cylindrical-coordinate representation of color #57CC74: hue angle of 134.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CC74 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 204 | 116 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.2 |
| HSL | 134.87º | 0.53% | 0.57% | - |
| HSV(B) | 134.87º | 0.57% | 0.8% | - |
| XYZ | 28.68 | 46.47 | 23.98 | - |
| YUV | 158.99 | 103.74 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 204 | 116 | 0.57 | 0 | 0.43 | 0.2 | 134.87 | 0.53 | 0.57 |
| Hex | 57 | CC | 74 | 39 | 0 | 2B | 14 | 87 | 35 | 39 |
| Octal | 127 | 314 | 164 | 71 | 0 | 53 | 24 | 207 | 65 | 71 |
| Binary | 1010111 | 11001100 | 1110100 | 111001 | 0 | 101011 | 10100 | 10000111 | 110101 | 111001 |
Color Harmonies of #57CC74
Complementary color
Monochromatic Colors of #57CC74
Black with #57CC74
Text Example
Text Example
White with #57CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CC74; }
p { color: rgb(87,204,116); }
H1.HeaderClassName
{
color: #57CC74;
}
.AnyTagClassName
{
color: #57CC74;
}
</style>
background-color css
<style>
a { background-color: #57CC74; }
a { background-color: rgb(87,204,116); }
div.DivClassName
{
background-color: #57CC74;
}
.BgClassName
{
background-color: #57CC74;
}
</style>
border-color css
<style>
span { border-color: #57CC74; }
span { border-color: rgb(87,204,116); }
td.TdClassName
{
border-color: #57CC74;
}
.TagClassName
{
border-color: #57CC74;
}
</style>