Shades of Emerald #52BD80
Tints of Emerald #52BD80
RGB
CMYK
RGB Variations
Color information
#52BD80 (or 0x52BD80) is known color: Emerald. HEX triplet: 52, BD and 80. RGB value is (82,189,128). Sum of RGB (Red+Green+Blue) = 82+189+128=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BD80 is #AD427F. Grayscale: #969696. Windows color (decimal): -11354752 or 8437074. OLE color: 8437074.
HSL color Cylindrical-coordinate representation of color #52BD80: hue angle of 145.79º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BD80 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 189 | 128 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.26 |
| HSL | 145.79º | 0.45% | 0.53% | - |
| HSV(B) | 145.79º | 0.57% | 0.74% | - |
| XYZ | 25.57 | 39.75 | 26.75 | - |
| YUV | 150.05 | 115.55 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 128 | 0.57 | 0 | 0.32 | 0.26 | 145.79 | 0.45 | 0.53 |
| Hex | 52 | BD | 80 | 39 | 0 | 20 | 1A | 92 | 2D | 35 |
| Octal | 122 | 275 | 200 | 71 | 0 | 40 | 32 | 222 | 55 | 65 |
| Binary | 1010010 | 10111101 | 10000000 | 111001 | 0 | 100000 | 11010 | 10010010 | 101101 | 110101 |
Color Harmonies of #52BD80
Complementary color
Monochromatic Colors of #52BD80
Black with #52BD80
Text Example
Text Example
White with #52BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BD80; }
p { color: rgb(82,189,128); }
H1.HeaderClassName
{
color: #52BD80;
}
.AnyTagClassName
{
color: #52BD80;
}
</style>
background-color css
<style>
a { background-color: #52BD80; }
a { background-color: rgb(82,189,128); }
div.DivClassName
{
background-color: #52BD80;
}
.BgClassName
{
background-color: #52BD80;
}
</style>
border-color css
<style>
span { border-color: #52BD80; }
span { border-color: rgb(82,189,128); }
td.TdClassName
{
border-color: #52BD80;
}
.TagClassName
{
border-color: #52BD80;
}
</style>