Shades of Emerald #52BD85
Tints of Emerald #52BD85
RGB
CMYK
RGB Variations
Color information
#52BD85 (or 0x52BD85) is known color: Emerald. HEX triplet: 52, BD and 85. RGB value is (82,189,133). Sum of RGB (Red+Green+Blue) = 82+189+133=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BD85 is #AD427A. Grayscale: #969696. Windows color (decimal): -11354747 or 8764754. OLE color: 8764754.
HSL color Cylindrical-coordinate representation of color #52BD85: hue angle of 148.6º 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 #52BD85 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 189 | 133 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.26 |
| HSL | 148.6º | 0.45% | 0.53% | - |
| HSV(B) | 148.6º | 0.57% | 0.74% | - |
| XYZ | 25.91 | 39.88 | 28.52 | - |
| YUV | 150.62 | 118.05 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 133 | 0.57 | 0 | 0.30 | 0.26 | 148.6 | 0.45 | 0.53 |
| Hex | 52 | BD | 85 | 39 | 0 | 1E | 1A | 95 | 2D | 35 |
| Octal | 122 | 275 | 205 | 71 | 0 | 36 | 32 | 225 | 55 | 65 |
| Binary | 1010010 | 10111101 | 10000101 | 111001 | 0 | 11110 | 11010 | 10010101 | 101101 | 110101 |
Color Harmonies of #52BD85
Complementary color
Monochromatic Colors of #52BD85
Black with #52BD85
Text Example
Text Example
White with #52BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BD85; }
p { color: rgb(82,189,133); }
H1.HeaderClassName
{
color: #52BD85;
}
.AnyTagClassName
{
color: #52BD85;
}
</style>
background-color css
<style>
a { background-color: #52BD85; }
a { background-color: rgb(82,189,133); }
div.DivClassName
{
background-color: #52BD85;
}
.BgClassName
{
background-color: #52BD85;
}
</style>
border-color css
<style>
span { border-color: #52BD85; }
span { border-color: rgb(82,189,133); }
td.TdClassName
{
border-color: #52BD85;
}
.TagClassName
{
border-color: #52BD85;
}
</style>