Shades of Emerald #52CE6B
Tints of Emerald #52CE6B
RGB
CMYK
RGB Variations
Color information
#52CE6B (or 0x52CE6B) is known color: Emerald. HEX triplet: 52, CE and 6B. RGB value is (82,206,107). Sum of RGB (Red+Green+Blue) = 82+206+107=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE6B is #AD3194. Grayscale: #9D9D9D. Windows color (decimal): -11350421 or 7065170. OLE color: 7065170.
HSL color Cylindrical-coordinate representation of color #52CE6B: hue angle of 132.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE6B is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 107 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.19 |
| HSL | 132.1º | 0.56% | 0.56% | - |
| HSV(B) | 132.1º | 0.6% | 0.81% | - |
| XYZ | 28.2 | 47 | 21.49 | - |
| YUV | 157.64 | 99.42 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 107 | 0.60 | 0 | 0.48 | 0.19 | 132.1 | 0.56 | 0.56 |
| Hex | 52 | CE | 6B | 3C | 0 | 30 | 13 | 84 | 38 | 38 |
| Octal | 122 | 316 | 153 | 74 | 0 | 60 | 23 | 204 | 70 | 70 |
| Binary | 1010010 | 11001110 | 1101011 | 111100 | 0 | 110000 | 10011 | 10000100 | 111000 | 111000 |
Color Harmonies of #52CE6B
Complementary color
Monochromatic Colors of #52CE6B
Black with #52CE6B
Text Example
Text Example
White with #52CE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE6B; }
p { color: rgb(82,206,107); }
H1.HeaderClassName
{
color: #52CE6B;
}
.AnyTagClassName
{
color: #52CE6B;
}
</style>
background-color css
<style>
a { background-color: #52CE6B; }
a { background-color: rgb(82,206,107); }
div.DivClassName
{
background-color: #52CE6B;
}
.BgClassName
{
background-color: #52CE6B;
}
</style>
border-color css
<style>
span { border-color: #52CE6B; }
span { border-color: rgb(82,206,107); }
td.TdClassName
{
border-color: #52CE6B;
}
.TagClassName
{
border-color: #52CE6B;
}
</style>