Shades of Emerald #52BB81
Tints of Emerald #52BB81
RGB
CMYK
RGB Variations
Color information
#52BB81 (or 0x52BB81) is known color: Emerald. HEX triplet: 52, BB and 81. RGB value is (82,187,129). Sum of RGB (Red+Green+Blue) = 82+187+129=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BB81 is #AD447E. Grayscale: #959595. Windows color (decimal): -11355263 or 8502098. OLE color: 8502098.
HSL color Cylindrical-coordinate representation of color #52BB81: hue angle of 146.86º degrees, saturation: 0.44, 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 #52BB81 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 129 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.27 |
| HSL | 146.86º | 0.44% | 0.53% | - |
| HSV(B) | 146.86º | 0.56% | 0.73% | - |
| XYZ | 25.21 | 38.92 | 26.95 | - |
| YUV | 148.99 | 116.71 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 129 | 0.56 | 0 | 0.31 | 0.27 | 146.86 | 0.44 | 0.53 |
| Hex | 52 | BB | 81 | 38 | 0 | 1F | 1B | 93 | 2C | 35 |
| Octal | 122 | 273 | 201 | 70 | 0 | 37 | 33 | 223 | 54 | 65 |
| Binary | 1010010 | 10111011 | 10000001 | 111000 | 0 | 11111 | 11011 | 10010011 | 101100 | 110101 |
Color Harmonies of #52BB81
Complementary color
Monochromatic Colors of #52BB81
Black with #52BB81
Text Example
Text Example
White with #52BB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BB81; }
p { color: rgb(82,187,129); }
H1.HeaderClassName
{
color: #52BB81;
}
.AnyTagClassName
{
color: #52BB81;
}
</style>
background-color css
<style>
a { background-color: #52BB81; }
a { background-color: rgb(82,187,129); }
div.DivClassName
{
background-color: #52BB81;
}
.BgClassName
{
background-color: #52BB81;
}
</style>
border-color css
<style>
span { border-color: #52BB81; }
span { border-color: rgb(82,187,129); }
td.TdClassName
{
border-color: #52BB81;
}
.TagClassName
{
border-color: #52BB81;
}
</style>