Shades of Emerald #52F487
Tints of Emerald #52F487
RGB
CMYK
RGB Variations
Color information
#52F487 (or 0x52F487) is known color: Emerald. HEX triplet: 52, F4 and 87. RGB value is (82,244,135). Sum of RGB (Red+Green+Blue) = 82+244+135=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 244 (95.70% from 255 or 52.93% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 244 - color contains mainly: green. Hex color #52F487 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F487 is #AD0B78. Grayscale: #B7B7B7. Windows color (decimal): -11340665 or 8909906. OLE color: 8909906.
HSL color Cylindrical-coordinate representation of color #52F487: hue angle of 139.63º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F487 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 244 | 135 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.04 |
| HSL | 139.63º | 0.88% | 0.64% | - |
| HSV(B) | 139.63º | 0.66% | 0.96% | - |
| XYZ | 40.2 | 68.24 | 33.98 | - |
| YUV | 183.14 | 100.83 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 244 | 135 | 0.66 | 0 | 0.45 | 0.04 | 139.63 | 0.88 | 0.64 |
| Hex | 52 | F4 | 87 | 42 | 0 | 2D | 4 | 8C | 58 | 40 |
| Octal | 122 | 364 | 207 | 102 | 0 | 55 | 4 | 214 | 130 | 100 |
| Binary | 1010010 | 11110100 | 10000111 | 1000010 | 0 | 101101 | 100 | 10001100 | 1011000 | 1000000 |
Color Harmonies of #52F487
Complementary color
Monochromatic Colors of #52F487
Black with #52F487
Text Example
Text Example
White with #52F487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F487; }
p { color: rgb(82,244,135); }
H1.HeaderClassName
{
color: #52F487;
}
.AnyTagClassName
{
color: #52F487;
}
</style>
background-color css
<style>
a { background-color: #52F487; }
a { background-color: rgb(82,244,135); }
div.DivClassName
{
background-color: #52F487;
}
.BgClassName
{
background-color: #52F487;
}
</style>
border-color css
<style>
span { border-color: #52F487; }
span { border-color: rgb(82,244,135); }
td.TdClassName
{
border-color: #52F487;
}
.TagClassName
{
border-color: #52F487;
}
</style>