Shades of Emerald #52ED85
Tints of Emerald #52ED85
RGB
CMYK
RGB Variations
Color information
#52ED85 (or 0x52ED85) is known color: Emerald. HEX triplet: 52, ED and 85. RGB value is (82,237,133). Sum of RGB (Red+Green+Blue) = 82+237+133=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52ED85 is #AD127A. Grayscale: #B3B3B3. Windows color (decimal): -11342459 or 8777042. OLE color: 8777042.
HSL color Cylindrical-coordinate representation of color #52ED85: hue angle of 139.74º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52ED85 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 237 | 133 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.07 |
| HSL | 139.74º | 0.81% | 0.63% | - |
| HSV(B) | 139.74º | 0.65% | 0.93% | - |
| XYZ | 38 | 64.06 | 32.55 | - |
| YUV | 178.8 | 102.15 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 237 | 133 | 0.65 | 0 | 0.44 | 0.07 | 139.74 | 0.81 | 0.63 |
| Hex | 52 | ED | 85 | 41 | 0 | 2C | 7 | 8C | 51 | 3F |
| Octal | 122 | 355 | 205 | 101 | 0 | 54 | 7 | 214 | 121 | 77 |
| Binary | 1010010 | 11101101 | 10000101 | 1000001 | 0 | 101100 | 111 | 10001100 | 1010001 | 111111 |
Color Harmonies of #52ED85
Complementary color
Monochromatic Colors of #52ED85
Black with #52ED85
Text Example
Text Example
White with #52ED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ED85; }
p { color: rgb(82,237,133); }
H1.HeaderClassName
{
color: #52ED85;
}
.AnyTagClassName
{
color: #52ED85;
}
</style>
background-color css
<style>
a { background-color: #52ED85; }
a { background-color: rgb(82,237,133); }
div.DivClassName
{
background-color: #52ED85;
}
.BgClassName
{
background-color: #52ED85;
}
</style>
border-color css
<style>
span { border-color: #52ED85; }
span { border-color: rgb(82,237,133); }
td.TdClassName
{
border-color: #52ED85;
}
.TagClassName
{
border-color: #52ED85;
}
</style>