Shades of Emerald #52BD6C
Tints of Emerald #52BD6C
RGB
CMYK
RGB Variations
Color information
#52BD6C (or 0x52BD6C) is known color: Emerald. HEX triplet: 52, BD and 6C. RGB value is (82,189,108). Sum of RGB (Red+Green+Blue) = 82+189+108=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BD6C is #AD4293. Grayscale: #939393. Windows color (decimal): -11354772 or 7126354. OLE color: 7126354.
HSL color Cylindrical-coordinate representation of color #52BD6C: hue angle of 134.58º 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 #52BD6C is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 189 | 108 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.26 |
| HSL | 134.58º | 0.45% | 0.53% | - |
| HSV(B) | 134.58º | 0.57% | 0.74% | - |
| XYZ | 24.38 | 39.27 | 20.48 | - |
| YUV | 147.77 | 105.55 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 108 | 0.57 | 0 | 0.43 | 0.26 | 134.58 | 0.45 | 0.53 |
| Hex | 52 | BD | 6C | 39 | 0 | 2B | 1A | 87 | 2D | 35 |
| Octal | 122 | 275 | 154 | 71 | 0 | 53 | 32 | 207 | 55 | 65 |
| Binary | 1010010 | 10111101 | 1101100 | 111001 | 0 | 101011 | 11010 | 10000111 | 101101 | 110101 |
Color Harmonies of #52BD6C
Complementary color
Monochromatic Colors of #52BD6C
Black with #52BD6C
Text Example
Text Example
White with #52BD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BD6C; }
p { color: rgb(82,189,108); }
H1.HeaderClassName
{
color: #52BD6C;
}
.AnyTagClassName
{
color: #52BD6C;
}
</style>
background-color css
<style>
a { background-color: #52BD6C; }
a { background-color: rgb(82,189,108); }
div.DivClassName
{
background-color: #52BD6C;
}
.BgClassName
{
background-color: #52BD6C;
}
</style>
border-color css
<style>
span { border-color: #52BD6C; }
span { border-color: rgb(82,189,108); }
td.TdClassName
{
border-color: #52BD6C;
}
.TagClassName
{
border-color: #52BD6C;
}
</style>