Shades of Emerald #52B882
Tints of Emerald #52B882
RGB
CMYK
RGB Variations
Color information
#52B882 (or 0x52B882) is known color: Emerald. HEX triplet: 52, B8 and 82. RGB value is (82,184,130). Sum of RGB (Red+Green+Blue) = 82+184+130=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #52B882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B882 is #AD477D. Grayscale: #939393. Windows color (decimal): -11356030 or 8566866. OLE color: 8566866.
HSL color Cylindrical-coordinate representation of color #52B882: hue angle of 148.24º 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 #52B882 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 184 | 130 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.28 |
| HSL | 148.24º | 0.42% | 0.52% | - |
| HSV(B) | 148.24º | 0.55% | 0.72% | - |
| XYZ | 24.65 | 37.69 | 27.09 | - |
| YUV | 147.35 | 118.21 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 184 | 130 | 0.55 | 0 | 0.29 | 0.28 | 148.24 | 0.42 | 0.52 |
| Hex | 52 | B8 | 82 | 37 | 0 | 1D | 1C | 94 | 2A | 34 |
| Octal | 122 | 270 | 202 | 67 | 0 | 35 | 34 | 224 | 52 | 64 |
| Binary | 1010010 | 10111000 | 10000010 | 110111 | 0 | 11101 | 11100 | 10010100 | 101010 | 110100 |
Color Harmonies of #52B882
Complementary color
Monochromatic Colors of #52B882
Black with #52B882
Text Example
Text Example
White with #52B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B882; }
p { color: rgb(82,184,130); }
H1.HeaderClassName
{
color: #52B882;
}
.AnyTagClassName
{
color: #52B882;
}
</style>
background-color css
<style>
a { background-color: #52B882; }
a { background-color: rgb(82,184,130); }
div.DivClassName
{
background-color: #52B882;
}
.BgClassName
{
background-color: #52B882;
}
</style>
border-color css
<style>
span { border-color: #52B882; }
span { border-color: rgb(82,184,130); }
td.TdClassName
{
border-color: #52B882;
}
.TagClassName
{
border-color: #52B882;
}
</style>