Shades of Emerald #52B86D
Tints of Emerald #52B86D
RGB
CMYK
RGB Variations
Color information
#52B86D (or 0x52B86D) is known color: Emerald. HEX triplet: 52, B8 and 6D. RGB value is (82,184,109). Sum of RGB (Red+Green+Blue) = 82+184+109=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #52B86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B86D is #AD4792. Grayscale: #919191. Windows color (decimal): -11356051 or 7190610. OLE color: 7190610.
HSL color Cylindrical-coordinate representation of color #52B86D: hue angle of 135.88º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B86D is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 184 | 109 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.28 |
| HSL | 135.88º | 0.42% | 0.52% | - |
| HSV(B) | 135.88º | 0.55% | 0.72% | - |
| XYZ | 23.38 | 37.18 | 20.41 | - |
| YUV | 144.95 | 107.71 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 184 | 109 | 0.55 | 0 | 0.41 | 0.28 | 135.88 | 0.42 | 0.52 |
| Hex | 52 | B8 | 6D | 37 | 0 | 29 | 1C | 88 | 2A | 34 |
| Octal | 122 | 270 | 155 | 67 | 0 | 51 | 34 | 210 | 52 | 64 |
| Binary | 1010010 | 10111000 | 1101101 | 110111 | 0 | 101001 | 11100 | 10001000 | 101010 | 110100 |
Color Harmonies of #52B86D
Complementary color
Monochromatic Colors of #52B86D
Black with #52B86D
Text Example
Text Example
White with #52B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B86D; }
p { color: rgb(82,184,109); }
H1.HeaderClassName
{
color: #52B86D;
}
.AnyTagClassName
{
color: #52B86D;
}
</style>
background-color css
<style>
a { background-color: #52B86D; }
a { background-color: rgb(82,184,109); }
div.DivClassName
{
background-color: #52B86D;
}
.BgClassName
{
background-color: #52B86D;
}
</style>
border-color css
<style>
span { border-color: #52B86D; }
span { border-color: rgb(82,184,109); }
td.TdClassName
{
border-color: #52B86D;
}
.TagClassName
{
border-color: #52B86D;
}
</style>