Shades of Emerald #52C584
Tints of Emerald #52C584
RGB
CMYK
RGB Variations
Color information
#52C584 (or 0x52C584) is known color: Emerald. HEX triplet: 52, C5 and 84. RGB value is (82,197,132). Sum of RGB (Red+Green+Blue) = 82+197+132=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #52C584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C584 is #AD3A7B. Grayscale: #9B9B9B. Windows color (decimal): -11352700 or 8701266. OLE color: 8701266.
HSL color Cylindrical-coordinate representation of color #52C584: hue angle of 146.09º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C584 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 132 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.23 |
| HSL | 146.09º | 0.5% | 0.55% | - |
| HSV(B) | 146.09º | 0.58% | 0.77% | - |
| XYZ | 27.61 | 43.39 | 28.75 | - |
| YUV | 155.21 | 114.9 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 132 | 0.58 | 0 | 0.33 | 0.23 | 146.09 | 0.5 | 0.55 |
| Hex | 52 | C5 | 84 | 3A | 0 | 21 | 17 | 92 | 32 | 37 |
| Octal | 122 | 305 | 204 | 72 | 0 | 41 | 27 | 222 | 62 | 67 |
| Binary | 1010010 | 11000101 | 10000100 | 111010 | 0 | 100001 | 10111 | 10010010 | 110010 | 110111 |
Color Harmonies of #52C584
Complementary color
Monochromatic Colors of #52C584
Black with #52C584
Text Example
Text Example
White with #52C584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C584; }
p { color: rgb(82,197,132); }
H1.HeaderClassName
{
color: #52C584;
}
.AnyTagClassName
{
color: #52C584;
}
</style>
background-color css
<style>
a { background-color: #52C584; }
a { background-color: rgb(82,197,132); }
div.DivClassName
{
background-color: #52C584;
}
.BgClassName
{
background-color: #52C584;
}
</style>
border-color css
<style>
span { border-color: #52C584; }
span { border-color: rgb(82,197,132); }
td.TdClassName
{
border-color: #52C584;
}
.TagClassName
{
border-color: #52C584;
}
</style>