Shades of Emerald #52CE67
Tints of Emerald #52CE67
RGB
CMYK
RGB Variations
Color information
#52CE67 (or 0x52CE67) is known color: Emerald. HEX triplet: 52, CE and 67. RGB value is (82,206,103). Sum of RGB (Red+Green+Blue) = 82+206+103=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE67 is #AD3198. Grayscale: #9D9D9D. Windows color (decimal): -11350425 or 6803026. OLE color: 6803026.
HSL color Cylindrical-coordinate representation of color #52CE67: hue angle of 130.16º 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 #52CE67 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 103 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.19 |
| HSL | 130.16º | 0.56% | 0.56% | - |
| HSV(B) | 130.16º | 0.6% | 0.81% | - |
| XYZ | 28 | 46.92 | 20.41 | - |
| YUV | 157.18 | 97.42 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 103 | 0.60 | 0 | 0.50 | 0.19 | 130.16 | 0.56 | 0.56 |
| Hex | 52 | CE | 67 | 3C | 0 | 32 | 13 | 82 | 38 | 38 |
| Octal | 122 | 316 | 147 | 74 | 0 | 62 | 23 | 202 | 70 | 70 |
| Binary | 1010010 | 11001110 | 1100111 | 111100 | 0 | 110010 | 10011 | 10000010 | 111000 | 111000 |
Color Harmonies of #52CE67
Complementary color
Monochromatic Colors of #52CE67
Black with #52CE67
Text Example
Text Example
White with #52CE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE67; }
p { color: rgb(82,206,103); }
H1.HeaderClassName
{
color: #52CE67;
}
.AnyTagClassName
{
color: #52CE67;
}
</style>
background-color css
<style>
a { background-color: #52CE67; }
a { background-color: rgb(82,206,103); }
div.DivClassName
{
background-color: #52CE67;
}
.BgClassName
{
background-color: #52CE67;
}
</style>
border-color css
<style>
span { border-color: #52CE67; }
span { border-color: rgb(82,206,103); }
td.TdClassName
{
border-color: #52CE67;
}
.TagClassName
{
border-color: #52CE67;
}
</style>