Shades of Emerald #52CA82
Tints of Emerald #52CA82
RGB
CMYK
RGB Variations
Color information
#52CA82 (or 0x52CA82) is known color: Emerald. HEX triplet: 52, CA and 82. RGB value is (82,202,130). Sum of RGB (Red+Green+Blue) = 82+202+130=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CA82 is #AD357D. Grayscale: #9E9E9E. Windows color (decimal): -11351422 or 8571474. OLE color: 8571474.
HSL color Cylindrical-coordinate representation of color #52CA82: hue angle of 144º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CA82 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 130 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.21 |
| HSL | 144º | 0.53% | 0.56% | - |
| HSV(B) | 144º | 0.59% | 0.79% | - |
| XYZ | 28.63 | 45.65 | 28.42 | - |
| YUV | 157.91 | 112.24 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 130 | 0.59 | 0 | 0.36 | 0.21 | 144 | 0.53 | 0.56 |
| Hex | 52 | CA | 82 | 3B | 0 | 24 | 15 | 90 | 35 | 38 |
| Octal | 122 | 312 | 202 | 73 | 0 | 44 | 25 | 220 | 65 | 70 |
| Binary | 1010010 | 11001010 | 10000010 | 111011 | 0 | 100100 | 10101 | 10010000 | 110101 | 111000 |
Color Harmonies of #52CA82
Complementary color
Monochromatic Colors of #52CA82
Black with #52CA82
Text Example
Text Example
White with #52CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CA82; }
p { color: rgb(82,202,130); }
H1.HeaderClassName
{
color: #52CA82;
}
.AnyTagClassName
{
color: #52CA82;
}
</style>
background-color css
<style>
a { background-color: #52CA82; }
a { background-color: rgb(82,202,130); }
div.DivClassName
{
background-color: #52CA82;
}
.BgClassName
{
background-color: #52CA82;
}
</style>
border-color css
<style>
span { border-color: #52CA82; }
span { border-color: rgb(82,202,130); }
td.TdClassName
{
border-color: #52CA82;
}
.TagClassName
{
border-color: #52CA82;
}
</style>