Shades of Emerald #52BA83
Tints of Emerald #52BA83
RGB
CMYK
RGB Variations
Color information
#52BA83 (or 0x52BA83) is known color: Emerald. HEX triplet: 52, BA and 83. RGB value is (82,186,131). Sum of RGB (Red+Green+Blue) = 82+186+131=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BA83 is #AD457C. Grayscale: #949494. Windows color (decimal): -11355517 or 8632914. OLE color: 8632914.
HSL color Cylindrical-coordinate representation of color #52BA83: hue angle of 148.27º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BA83 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 131 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.27 |
| HSL | 148.27º | 0.43% | 0.53% | - |
| HSV(B) | 148.27º | 0.56% | 0.73% | - |
| XYZ | 25.14 | 38.55 | 27.59 | - |
| YUV | 148.63 | 118.04 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 131 | 0.56 | 0 | 0.30 | 0.27 | 148.27 | 0.43 | 0.53 |
| Hex | 52 | BA | 83 | 38 | 0 | 1E | 1B | 94 | 2B | 35 |
| Octal | 122 | 272 | 203 | 70 | 0 | 36 | 33 | 224 | 53 | 65 |
| Binary | 1010010 | 10111010 | 10000011 | 111000 | 0 | 11110 | 11011 | 10010100 | 101011 | 110101 |
Color Harmonies of #52BA83
Complementary color
Monochromatic Colors of #52BA83
Black with #52BA83
Text Example
Text Example
White with #52BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA83; }
p { color: rgb(82,186,131); }
H1.HeaderClassName
{
color: #52BA83;
}
.AnyTagClassName
{
color: #52BA83;
}
</style>
background-color css
<style>
a { background-color: #52BA83; }
a { background-color: rgb(82,186,131); }
div.DivClassName
{
background-color: #52BA83;
}
.BgClassName
{
background-color: #52BA83;
}
</style>
border-color css
<style>
span { border-color: #52BA83; }
span { border-color: rgb(82,186,131); }
td.TdClassName
{
border-color: #52BA83;
}
.TagClassName
{
border-color: #52BA83;
}
</style>