Shades of Emerald #52CE7E
Tints of Emerald #52CE7E
RGB
CMYK
RGB Variations
Color information
#52CE7E (or 0x52CE7E) is known color: Emerald. HEX triplet: 52, CE and 7E. RGB value is (82,206,126). Sum of RGB (Red+Green+Blue) = 82+206+126=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE7E is #AD3181. Grayscale: #A0A0A0. Windows color (decimal): -11350402 or 8310354. OLE color: 8310354.
HSL color Cylindrical-coordinate representation of color #52CE7E: hue angle of 141.29º 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 #52CE7E is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 126 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.19 |
| HSL | 141.29º | 0.56% | 0.56% | - |
| HSV(B) | 141.29º | 0.6% | 0.81% | - |
| XYZ | 29.32 | 47.44 | 27.35 | - |
| YUV | 159.8 | 108.92 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 126 | 0.60 | 0 | 0.39 | 0.19 | 141.29 | 0.56 | 0.56 |
| Hex | 52 | CE | 7E | 3C | 0 | 27 | 13 | 8D | 38 | 38 |
| Octal | 122 | 316 | 176 | 74 | 0 | 47 | 23 | 215 | 70 | 70 |
| Binary | 1010010 | 11001110 | 1111110 | 111100 | 0 | 100111 | 10011 | 10001101 | 111000 | 111000 |
Color Harmonies of #52CE7E
Complementary color
Monochromatic Colors of #52CE7E
Black with #52CE7E
Text Example
Text Example
White with #52CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE7E; }
p { color: rgb(82,206,126); }
H1.HeaderClassName
{
color: #52CE7E;
}
.AnyTagClassName
{
color: #52CE7E;
}
</style>
background-color css
<style>
a { background-color: #52CE7E; }
a { background-color: rgb(82,206,126); }
div.DivClassName
{
background-color: #52CE7E;
}
.BgClassName
{
background-color: #52CE7E;
}
</style>
border-color css
<style>
span { border-color: #52CE7E; }
span { border-color: rgb(82,206,126); }
td.TdClassName
{
border-color: #52CE7E;
}
.TagClassName
{
border-color: #52CE7E;
}
</style>