Shades of Emerald #57CF7D
Tints of Emerald #57CF7D
RGB
CMYK
RGB Variations
Color information
#57CF7D (or 0x57CF7D) is known color: Emerald. HEX triplet: 57, CF and 7D. RGB value is (87,207,125). Sum of RGB (Red+Green+Blue) = 87+207+125=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #57CF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57CF7D is #A83082. Grayscale: #A1A1A1. Windows color (decimal): -11022467 or 8245079. OLE color: 8245079.
HSL color Cylindrical-coordinate representation of color #57CF7D: hue angle of 139º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CF7D is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 207 | 125 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.19 |
| HSL | 139º | 0.56% | 0.58% | - |
| HSV(B) | 139º | 0.58% | 0.81% | - |
| XYZ | 29.94 | 48.13 | 27.11 | - |
| YUV | 161.77 | 107.24 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 125 | 0.58 | 0 | 0.40 | 0.19 | 139 | 0.56 | 0.58 |
| Hex | 57 | CF | 7D | 3A | 0 | 28 | 13 | 8B | 38 | 3A |
| Octal | 127 | 317 | 175 | 72 | 0 | 50 | 23 | 213 | 70 | 72 |
| Binary | 1010111 | 11001111 | 1111101 | 111010 | 0 | 101000 | 10011 | 10001011 | 111000 | 111010 |
Color Harmonies of #57CF7D
Complementary color
Monochromatic Colors of #57CF7D
Black with #57CF7D
Text Example
Text Example
White with #57CF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CF7D; }
p { color: rgb(87,207,125); }
H1.HeaderClassName
{
color: #57CF7D;
}
.AnyTagClassName
{
color: #57CF7D;
}
</style>
background-color css
<style>
a { background-color: #57CF7D; }
a { background-color: rgb(87,207,125); }
div.DivClassName
{
background-color: #57CF7D;
}
.BgClassName
{
background-color: #57CF7D;
}
</style>
border-color css
<style>
span { border-color: #57CF7D; }
span { border-color: rgb(87,207,125); }
td.TdClassName
{
border-color: #57CF7D;
}
.TagClassName
{
border-color: #57CF7D;
}
</style>