Shades of Emerald #57F490
Tints of Emerald #57F490
RGB
CMYK
RGB Variations
Color information
#57F490 (or 0x57F490) is known color: Emerald. HEX triplet: 57, F4 and 90. RGB value is (87,244,144). Sum of RGB (Red+Green+Blue) = 87+244+144=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 244 (95.70% from 255 or 51.37% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 244 - color contains mainly: green. Hex color #57F490 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #57F490 is #A80B6F. Grayscale: #B9B9B9. Windows color (decimal): -11012976 or 9499735. OLE color: 9499735.
HSL color Cylindrical-coordinate representation of color #57F490: hue angle of 141.78º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F490 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 244 | 144 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.04 |
| HSL | 141.78º | 0.88% | 0.65% | - |
| HSV(B) | 141.78º | 0.64% | 0.96% | - |
| XYZ | 41.32 | 68.74 | 37.48 | - |
| YUV | 185.66 | 104.49 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 244 | 144 | 0.64 | 0 | 0.41 | 0.04 | 141.78 | 0.88 | 0.65 |
| Hex | 57 | F4 | 90 | 40 | 0 | 29 | 4 | 8E | 58 | 41 |
| Octal | 127 | 364 | 220 | 100 | 0 | 51 | 4 | 216 | 130 | 101 |
| Binary | 1010111 | 11110100 | 10010000 | 1000000 | 0 | 101001 | 100 | 10001110 | 1011000 | 1000001 |
Color Harmonies of #57F490
Complementary color
Monochromatic Colors of #57F490
Black with #57F490
Text Example
Text Example
White with #57F490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F490; }
p { color: rgb(87,244,144); }
H1.HeaderClassName
{
color: #57F490;
}
.AnyTagClassName
{
color: #57F490;
}
</style>
background-color css
<style>
a { background-color: #57F490; }
a { background-color: rgb(87,244,144); }
div.DivClassName
{
background-color: #57F490;
}
.BgClassName
{
background-color: #57F490;
}
</style>
border-color css
<style>
span { border-color: #57F490; }
span { border-color: rgb(87,244,144); }
td.TdClassName
{
border-color: #57F490;
}
.TagClassName
{
border-color: #57F490;
}
</style>