Shades of Emerald #57F082
Tints of Emerald #57F082
RGB
CMYK
RGB Variations
Color information
#57F082 (or 0x57F082) is known color: Emerald. HEX triplet: 57, F0 and 82. RGB value is (87,240,130). Sum of RGB (Red+Green+Blue) = 87+240+130=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #57F082 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #57F082 is #A80F7D. Grayscale: #B6B6B6. Windows color (decimal): -11014014 or 8581207. OLE color: 8581207.
HSL color Cylindrical-coordinate representation of color #57F082: hue angle of 136.86º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F082 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 240 | 130 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.06 |
| HSL | 136.86º | 0.84% | 0.64% | - |
| HSV(B) | 136.86º | 0.64% | 0.94% | - |
| XYZ | 39.12 | 65.96 | 31.79 | - |
| YUV | 181.71 | 98.81 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 240 | 130 | 0.64 | 0 | 0.46 | 0.06 | 136.86 | 0.84 | 0.64 |
| Hex | 57 | F0 | 82 | 40 | 0 | 2E | 6 | 89 | 54 | 40 |
| Octal | 127 | 360 | 202 | 100 | 0 | 56 | 6 | 211 | 124 | 100 |
| Binary | 1010111 | 11110000 | 10000010 | 1000000 | 0 | 101110 | 110 | 10001001 | 1010100 | 1000000 |
Color Harmonies of #57F082
Complementary color
Monochromatic Colors of #57F082
Black with #57F082
Text Example
Text Example
White with #57F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F082; }
p { color: rgb(87,240,130); }
H1.HeaderClassName
{
color: #57F082;
}
.AnyTagClassName
{
color: #57F082;
}
</style>
background-color css
<style>
a { background-color: #57F082; }
a { background-color: rgb(87,240,130); }
div.DivClassName
{
background-color: #57F082;
}
.BgClassName
{
background-color: #57F082;
}
</style>
border-color css
<style>
span { border-color: #57F082; }
span { border-color: rgb(87,240,130); }
td.TdClassName
{
border-color: #57F082;
}
.TagClassName
{
border-color: #57F082;
}
</style>