Shades of Emerald #52F587
Tints of Emerald #52F587
RGB
CMYK
RGB Variations
Color information
#52F587 (or 0x52F587) is known color: Emerald. HEX triplet: 52, F5 and 87. RGB value is (82,245,135). Sum of RGB (Red+Green+Blue) = 82+245+135=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #52F587 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F587 is #AD0A78. Grayscale: #B7B7B7. Windows color (decimal): -11340409 or 8910162. OLE color: 8910162.
HSL color Cylindrical-coordinate representation of color #52F587: hue angle of 139.51º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F587 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 245 | 135 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.04 |
| HSL | 139.51º | 0.89% | 0.64% | - |
| HSV(B) | 139.51º | 0.67% | 0.96% | - |
| XYZ | 40.51 | 68.85 | 34.08 | - |
| YUV | 183.72 | 100.5 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 245 | 135 | 0.67 | 0 | 0.45 | 0.04 | 139.51 | 0.89 | 0.64 |
| Hex | 52 | F5 | 87 | 43 | 0 | 2D | 4 | 8C | 59 | 40 |
| Octal | 122 | 365 | 207 | 103 | 0 | 55 | 4 | 214 | 131 | 100 |
| Binary | 1010010 | 11110101 | 10000111 | 1000011 | 0 | 101101 | 100 | 10001100 | 1011001 | 1000000 |
Color Harmonies of #52F587
Complementary color
Monochromatic Colors of #52F587
Black with #52F587
Text Example
Text Example
White with #52F587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F587; }
p { color: rgb(82,245,135); }
H1.HeaderClassName
{
color: #52F587;
}
.AnyTagClassName
{
color: #52F587;
}
</style>
background-color css
<style>
a { background-color: #52F587; }
a { background-color: rgb(82,245,135); }
div.DivClassName
{
background-color: #52F587;
}
.BgClassName
{
background-color: #52F587;
}
</style>
border-color css
<style>
span { border-color: #52F587; }
span { border-color: rgb(82,245,135); }
td.TdClassName
{
border-color: #52F587;
}
.TagClassName
{
border-color: #52F587;
}
</style>