Shades of Emerald #52CF81
Tints of Emerald #52CF81
RGB
CMYK
RGB Variations
Color information
#52CF81 (or 0x52CF81) is known color: Emerald. HEX triplet: 52, CF and 81. RGB value is (82,207,129). Sum of RGB (Red+Green+Blue) = 82+207+129=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CF81 is #AD307E. Grayscale: #A0A0A0. Windows color (decimal): -11350143 or 8507218. OLE color: 8507218.
HSL color Cylindrical-coordinate representation of color #52CF81: hue angle of 142.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CF81 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 129 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.19 |
| HSL | 142.56º | 0.57% | 0.57% | - |
| HSV(B) | 142.56º | 0.6% | 0.81% | - |
| XYZ | 29.75 | 48 | 28.47 | - |
| YUV | 160.73 | 110.09 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 129 | 0.60 | 0 | 0.38 | 0.19 | 142.56 | 0.57 | 0.57 |
| Hex | 52 | CF | 81 | 3C | 0 | 26 | 13 | 8F | 39 | 39 |
| Octal | 122 | 317 | 201 | 74 | 0 | 46 | 23 | 217 | 71 | 71 |
| Binary | 1010010 | 11001111 | 10000001 | 111100 | 0 | 100110 | 10011 | 10001111 | 111001 | 111001 |
Color Harmonies of #52CF81
Complementary color
Monochromatic Colors of #52CF81
Black with #52CF81
Text Example
Text Example
White with #52CF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CF81; }
p { color: rgb(82,207,129); }
H1.HeaderClassName
{
color: #52CF81;
}
.AnyTagClassName
{
color: #52CF81;
}
</style>
background-color css
<style>
a { background-color: #52CF81; }
a { background-color: rgb(82,207,129); }
div.DivClassName
{
background-color: #52CF81;
}
.BgClassName
{
background-color: #52CF81;
}
</style>
border-color css
<style>
span { border-color: #52CF81; }
span { border-color: rgb(82,207,129); }
td.TdClassName
{
border-color: #52CF81;
}
.TagClassName
{
border-color: #52CF81;
}
</style>