Shades of Emerald #52CE64
Tints of Emerald #52CE64
RGB
CMYK
RGB Variations
Color information
#52CE64 (or 0x52CE64) is known color: Emerald. HEX triplet: 52, CE and 64. RGB value is (82,206,100). Sum of RGB (Red+Green+Blue) = 82+206+100=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE64 is #AD319B. Grayscale: #9D9D9D. Windows color (decimal): -11350428 or 6606418. OLE color: 6606418.
HSL color Cylindrical-coordinate representation of color #52CE64: hue angle of 128.71º 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 #52CE64 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 100 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.19 |
| HSL | 128.71º | 0.56% | 0.56% | - |
| HSV(B) | 128.71º | 0.6% | 0.81% | - |
| XYZ | 27.85 | 46.86 | 19.63 | - |
| YUV | 156.84 | 95.92 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 100 | 0.60 | 0 | 0.51 | 0.19 | 128.71 | 0.56 | 0.56 |
| Hex | 52 | CE | 64 | 3C | 0 | 33 | 13 | 81 | 38 | 38 |
| Octal | 122 | 316 | 144 | 74 | 0 | 63 | 23 | 201 | 70 | 70 |
| Binary | 1010010 | 11001110 | 1100100 | 111100 | 0 | 110011 | 10011 | 10000001 | 111000 | 111000 |
Color Harmonies of #52CE64
Complementary color
Monochromatic Colors of #52CE64
Black with #52CE64
Text Example
Text Example
White with #52CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE64; }
p { color: rgb(82,206,100); }
H1.HeaderClassName
{
color: #52CE64;
}
.AnyTagClassName
{
color: #52CE64;
}
</style>
background-color css
<style>
a { background-color: #52CE64; }
a { background-color: rgb(82,206,100); }
div.DivClassName
{
background-color: #52CE64;
}
.BgClassName
{
background-color: #52CE64;
}
</style>
border-color css
<style>
span { border-color: #52CE64; }
span { border-color: rgb(82,206,100); }
td.TdClassName
{
border-color: #52CE64;
}
.TagClassName
{
border-color: #52CE64;
}
</style>