Shades of Emerald #57F185
Tints of Emerald #57F185
RGB
CMYK
RGB Variations
Color information
#57F185 (or 0x57F185) is known color: Emerald. HEX triplet: 57, F1 and 85. RGB value is (87,241,133). Sum of RGB (Red+Green+Blue) = 87+241+133=461 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.87% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #57F185 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #57F185 is #A80E7A. Grayscale: #B6B6B6. Windows color (decimal): -11013755 or 8778071. OLE color: 8778071.
HSL color Cylindrical-coordinate representation of color #57F185: hue angle of 137.92º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F185 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 241 | 133 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.05 |
| HSL | 137.92º | 0.85% | 0.64% | - |
| HSV(B) | 137.92º | 0.64% | 0.95% | - |
| XYZ | 39.62 | 66.63 | 32.96 | - |
| YUV | 182.64 | 99.98 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 241 | 133 | 0.64 | 0 | 0.45 | 0.05 | 137.92 | 0.85 | 0.64 |
| Hex | 57 | F1 | 85 | 40 | 0 | 2D | 5 | 8A | 55 | 40 |
| Octal | 127 | 361 | 205 | 100 | 0 | 55 | 5 | 212 | 125 | 100 |
| Binary | 1010111 | 11110001 | 10000101 | 1000000 | 0 | 101101 | 101 | 10001010 | 1010101 | 1000000 |
Color Harmonies of #57F185
Complementary color
Monochromatic Colors of #57F185
Black with #57F185
Text Example
Text Example
White with #57F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F185; }
p { color: rgb(87,241,133); }
H1.HeaderClassName
{
color: #57F185;
}
.AnyTagClassName
{
color: #57F185;
}
</style>
background-color css
<style>
a { background-color: #57F185; }
a { background-color: rgb(87,241,133); }
div.DivClassName
{
background-color: #57F185;
}
.BgClassName
{
background-color: #57F185;
}
</style>
border-color css
<style>
span { border-color: #57F185; }
span { border-color: rgb(87,241,133); }
td.TdClassName
{
border-color: #57F185;
}
.TagClassName
{
border-color: #57F185;
}
</style>