Shades of Emerald #57CF6A
Tints of Emerald #57CF6A
RGB
CMYK
RGB Variations
Color information
#57CF6A (or 0x57CF6A) is known color: Emerald. HEX triplet: 57, CF and 6A. RGB value is (87,207,106). Sum of RGB (Red+Green+Blue) = 87+207+106=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #57CF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57CF6A is #A83095. Grayscale: #9F9F9F. Windows color (decimal): -11022486 or 6999895. OLE color: 6999895.
HSL color Cylindrical-coordinate representation of color #57CF6A: hue angle of 129.5º 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 #57CF6A is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 207 | 106 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.19 |
| HSL | 129.5º | 0.56% | 0.58% | - |
| HSV(B) | 129.5º | 0.58% | 0.81% | - |
| XYZ | 28.84 | 47.69 | 21.32 | - |
| YUV | 159.61 | 97.74 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 106 | 0.58 | 0 | 0.49 | 0.19 | 129.5 | 0.56 | 0.58 |
| Hex | 57 | CF | 6A | 3A | 0 | 31 | 13 | 82 | 38 | 3A |
| Octal | 127 | 317 | 152 | 72 | 0 | 61 | 23 | 202 | 70 | 72 |
| Binary | 1010111 | 11001111 | 1101010 | 111010 | 0 | 110001 | 10011 | 10000010 | 111000 | 111010 |
Color Harmonies of #57CF6A
Complementary color
Monochromatic Colors of #57CF6A
Black with #57CF6A
Text Example
Text Example
White with #57CF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CF6A; }
p { color: rgb(87,207,106); }
H1.HeaderClassName
{
color: #57CF6A;
}
.AnyTagClassName
{
color: #57CF6A;
}
</style>
background-color css
<style>
a { background-color: #57CF6A; }
a { background-color: rgb(87,207,106); }
div.DivClassName
{
background-color: #57CF6A;
}
.BgClassName
{
background-color: #57CF6A;
}
</style>
border-color css
<style>
span { border-color: #57CF6A; }
span { border-color: rgb(87,207,106); }
td.TdClassName
{
border-color: #57CF6A;
}
.TagClassName
{
border-color: #57CF6A;
}
</style>