Shades of Emerald #52C273
Tints of Emerald #52C273
RGB
CMYK
RGB Variations
Color information
#52C273 (or 0x52C273) is known color: Emerald. HEX triplet: 52, C2 and 73. RGB value is (82,194,115). Sum of RGB (Red+Green+Blue) = 82+194+115=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #52C273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C273 is #AD3D8C. Grayscale: #979797. Windows color (decimal): -11353485 or 7586386. OLE color: 7586386.
HSL color Cylindrical-coordinate representation of color #52C273: hue angle of 137.68º 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 #52C273 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 115 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.24 |
| HSL | 137.68º | 0.48% | 0.54% | - |
| HSV(B) | 137.68º | 0.58% | 0.76% | - |
| XYZ | 25.87 | 41.62 | 22.89 | - |
| YUV | 151.51 | 107.39 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 115 | 0.58 | 0 | 0.41 | 0.24 | 137.68 | 0.48 | 0.54 |
| Hex | 52 | C2 | 73 | 3A | 0 | 29 | 18 | 8A | 30 | 36 |
| Octal | 122 | 302 | 163 | 72 | 0 | 51 | 30 | 212 | 60 | 66 |
| Binary | 1010010 | 11000010 | 1110011 | 111010 | 0 | 101001 | 11000 | 10001010 | 110000 | 110110 |
Color Harmonies of #52C273
Complementary color
Monochromatic Colors of #52C273
Black with #52C273
Text Example
Text Example
White with #52C273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C273; }
p { color: rgb(82,194,115); }
H1.HeaderClassName
{
color: #52C273;
}
.AnyTagClassName
{
color: #52C273;
}
</style>
background-color css
<style>
a { background-color: #52C273; }
a { background-color: rgb(82,194,115); }
div.DivClassName
{
background-color: #52C273;
}
.BgClassName
{
background-color: #52C273;
}
</style>
border-color css
<style>
span { border-color: #52C273; }
span { border-color: rgb(82,194,115); }
td.TdClassName
{
border-color: #52C273;
}
.TagClassName
{
border-color: #52C273;
}
</style>