Shades of Emerald #52C279
Tints of Emerald #52C279
RGB
CMYK
RGB Variations
Color information
#52C279 (or 0x52C279) is known color: Emerald. HEX triplet: 52, C2 and 79. RGB value is (82,194,121). Sum of RGB (Red+Green+Blue) = 82+194+121=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #52C279 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C279 is #AD3D86. Grayscale: #989898. Windows color (decimal): -11353479 or 7979602. OLE color: 7979602.
HSL color Cylindrical-coordinate representation of color #52C279: hue angle of 140.89º 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 #52C279 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 121 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.24 |
| HSL | 140.89º | 0.48% | 0.54% | - |
| HSV(B) | 140.89º | 0.58% | 0.76% | - |
| XYZ | 26.22 | 41.76 | 24.77 | - |
| YUV | 152.19 | 110.39 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 121 | 0.58 | 0 | 0.38 | 0.24 | 140.89 | 0.48 | 0.54 |
| Hex | 52 | C2 | 79 | 3A | 0 | 26 | 18 | 8D | 30 | 36 |
| Octal | 122 | 302 | 171 | 72 | 0 | 46 | 30 | 215 | 60 | 66 |
| Binary | 1010010 | 11000010 | 1111001 | 111010 | 0 | 100110 | 11000 | 10001101 | 110000 | 110110 |
Color Harmonies of #52C279
Complementary color
Monochromatic Colors of #52C279
Black with #52C279
Text Example
Text Example
White with #52C279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C279; }
p { color: rgb(82,194,121); }
H1.HeaderClassName
{
color: #52C279;
}
.AnyTagClassName
{
color: #52C279;
}
</style>
background-color css
<style>
a { background-color: #52C279; }
a { background-color: rgb(82,194,121); }
div.DivClassName
{
background-color: #52C279;
}
.BgClassName
{
background-color: #52C279;
}
</style>
border-color css
<style>
span { border-color: #52C279; }
span { border-color: rgb(82,194,121); }
td.TdClassName
{
border-color: #52C279;
}
.TagClassName
{
border-color: #52C279;
}
</style>