Shades of Emerald #52C275
Tints of Emerald #52C275
RGB
CMYK
RGB Variations
Color information
#52C275 (or 0x52C275) is known color: Emerald. HEX triplet: 52, C2 and 75. RGB value is (82,194,117). Sum of RGB (Red+Green+Blue) = 82+194+117=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #52C275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C275 is #AD3D8A. Grayscale: #979797. Windows color (decimal): -11353483 or 7717458. OLE color: 7717458.
HSL color Cylindrical-coordinate representation of color #52C275: hue angle of 138.75º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C275 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 117 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.24 |
| HSL | 138.75º | 0.48% | 0.54% | - |
| HSV(B) | 138.75º | 0.58% | 0.76% | - |
| XYZ | 25.98 | 41.66 | 23.5 | - |
| YUV | 151.73 | 108.39 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 117 | 0.58 | 0 | 0.40 | 0.24 | 138.75 | 0.48 | 0.54 |
| Hex | 52 | C2 | 75 | 3A | 0 | 28 | 18 | 8B | 30 | 36 |
| Octal | 122 | 302 | 165 | 72 | 0 | 50 | 30 | 213 | 60 | 66 |
| Binary | 1010010 | 11000010 | 1110101 | 111010 | 0 | 101000 | 11000 | 10001011 | 110000 | 110110 |
Color Harmonies of #52C275
Complementary color
Monochromatic Colors of #52C275
Black with #52C275
Text Example
Text Example
White with #52C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C275; }
p { color: rgb(82,194,117); }
H1.HeaderClassName
{
color: #52C275;
}
.AnyTagClassName
{
color: #52C275;
}
</style>
background-color css
<style>
a { background-color: #52C275; }
a { background-color: rgb(82,194,117); }
div.DivClassName
{
background-color: #52C275;
}
.BgClassName
{
background-color: #52C275;
}
</style>
border-color css
<style>
span { border-color: #52C275; }
span { border-color: rgb(82,194,117); }
td.TdClassName
{
border-color: #52C275;
}
.TagClassName
{
border-color: #52C275;
}
</style>