Shades of Emerald #52CE7B
Tints of Emerald #52CE7B
RGB
CMYK
RGB Variations
Color information
#52CE7B (or 0x52CE7B) is known color: Emerald. HEX triplet: 52, CE and 7B. RGB value is (82,206,123). Sum of RGB (Red+Green+Blue) = 82+206+123=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE7B is #AD3184. Grayscale: #9F9F9F. Windows color (decimal): -11350405 or 8113746. OLE color: 8113746.
HSL color Cylindrical-coordinate representation of color #52CE7B: hue angle of 139.84º 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 #52CE7B is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 123 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.19 |
| HSL | 139.84º | 0.56% | 0.56% | - |
| HSV(B) | 139.84º | 0.6% | 0.81% | - |
| XYZ | 29.13 | 47.37 | 26.35 | - |
| YUV | 159.46 | 107.42 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 123 | 0.60 | 0 | 0.40 | 0.19 | 139.84 | 0.56 | 0.56 |
| Hex | 52 | CE | 7B | 3C | 0 | 28 | 13 | 8C | 38 | 38 |
| Octal | 122 | 316 | 173 | 74 | 0 | 50 | 23 | 214 | 70 | 70 |
| Binary | 1010010 | 11001110 | 1111011 | 111100 | 0 | 101000 | 10011 | 10001100 | 111000 | 111000 |
Color Harmonies of #52CE7B
Complementary color
Monochromatic Colors of #52CE7B
Black with #52CE7B
Text Example
Text Example
White with #52CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE7B; }
p { color: rgb(82,206,123); }
H1.HeaderClassName
{
color: #52CE7B;
}
.AnyTagClassName
{
color: #52CE7B;
}
</style>
background-color css
<style>
a { background-color: #52CE7B; }
a { background-color: rgb(82,206,123); }
div.DivClassName
{
background-color: #52CE7B;
}
.BgClassName
{
background-color: #52CE7B;
}
</style>
border-color css
<style>
span { border-color: #52CE7B; }
span { border-color: rgb(82,206,123); }
td.TdClassName
{
border-color: #52CE7B;
}
.TagClassName
{
border-color: #52CE7B;
}
</style>