Shades of Emerald #52C782
Tints of Emerald #52C782
RGB
CMYK
RGB Variations
Color information
#52C782 (or 0x52C782) is known color: Emerald. HEX triplet: 52, C7 and 82. RGB value is (82,199,130). Sum of RGB (Red+Green+Blue) = 82+199+130=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #52C782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C782 is #AD387D. Grayscale: #9C9C9C. Windows color (decimal): -11352190 or 8570706. OLE color: 8570706.
HSL color Cylindrical-coordinate representation of color #52C782: hue angle of 144.62º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C782 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 199 | 130 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.22 |
| HSL | 144.62º | 0.51% | 0.55% | - |
| HSV(B) | 144.62º | 0.59% | 0.78% | - |
| XYZ | 27.93 | 44.25 | 28.19 | - |
| YUV | 156.15 | 113.24 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 199 | 130 | 0.59 | 0 | 0.35 | 0.22 | 144.62 | 0.51 | 0.55 |
| Hex | 52 | C7 | 82 | 3B | 0 | 23 | 16 | 91 | 33 | 37 |
| Octal | 122 | 307 | 202 | 73 | 0 | 43 | 26 | 221 | 63 | 67 |
| Binary | 1010010 | 11000111 | 10000010 | 111011 | 0 | 100011 | 10110 | 10010001 | 110011 | 110111 |
Color Harmonies of #52C782
Complementary color
Monochromatic Colors of #52C782
Black with #52C782
Text Example
Text Example
White with #52C782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C782; }
p { color: rgb(82,199,130); }
H1.HeaderClassName
{
color: #52C782;
}
.AnyTagClassName
{
color: #52C782;
}
</style>
background-color css
<style>
a { background-color: #52C782; }
a { background-color: rgb(82,199,130); }
div.DivClassName
{
background-color: #52C782;
}
.BgClassName
{
background-color: #52C782;
}
</style>
border-color css
<style>
span { border-color: #52C782; }
span { border-color: rgb(82,199,130); }
td.TdClassName
{
border-color: #52C782;
}
.TagClassName
{
border-color: #52C782;
}
</style>