Shades of Emerald #52CF8D
Tints of Emerald #52CF8D
RGB
CMYK
RGB Variations
Color information
#52CF8D (or 0x52CF8D) is known color: Emerald. HEX triplet: 52, CF and 8D. RGB value is (82,207,141). Sum of RGB (Red+Green+Blue) = 82+207+141=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CF8D is #AD3072. Grayscale: #A2A2A2. Windows color (decimal): -11350131 or 9293650. OLE color: 9293650.
HSL color Cylindrical-coordinate representation of color #52CF8D: hue angle of 148.32º 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 #52CF8D is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 141 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.19 |
| HSL | 148.32º | 0.57% | 0.57% | - |
| HSV(B) | 148.32º | 0.6% | 0.81% | - |
| XYZ | 30.6 | 48.34 | 32.92 | - |
| YUV | 162.1 | 116.09 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 141 | 0.60 | 0 | 0.32 | 0.19 | 148.32 | 0.57 | 0.57 |
| Hex | 52 | CF | 8D | 3C | 0 | 20 | 13 | 94 | 39 | 39 |
| Octal | 122 | 317 | 215 | 74 | 0 | 40 | 23 | 224 | 71 | 71 |
| Binary | 1010010 | 11001111 | 10001101 | 111100 | 0 | 100000 | 10011 | 10010100 | 111001 | 111001 |
Color Harmonies of #52CF8D
Complementary color
Monochromatic Colors of #52CF8D
Black with #52CF8D
Text Example
Text Example
White with #52CF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CF8D; }
p { color: rgb(82,207,141); }
H1.HeaderClassName
{
color: #52CF8D;
}
.AnyTagClassName
{
color: #52CF8D;
}
</style>
background-color css
<style>
a { background-color: #52CF8D; }
a { background-color: rgb(82,207,141); }
div.DivClassName
{
background-color: #52CF8D;
}
.BgClassName
{
background-color: #52CF8D;
}
</style>
border-color css
<style>
span { border-color: #52CF8D; }
span { border-color: rgb(82,207,141); }
td.TdClassName
{
border-color: #52CF8D;
}
.TagClassName
{
border-color: #52CF8D;
}
</style>