Shades of Emerald #52C873
Tints of Emerald #52C873
RGB
CMYK
RGB Variations
Color information
#52C873 (or 0x52C873) is known color: Emerald. HEX triplet: 52, C8 and 73. RGB value is (82,200,115). Sum of RGB (Red+Green+Blue) = 82+200+115=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #52C873 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C873 is #AD378C. Grayscale: #9B9B9B. Windows color (decimal): -11351949 or 7587922. OLE color: 7587922.
HSL color Cylindrical-coordinate representation of color #52C873: hue angle of 136.78º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C873 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 115 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.22 |
| HSL | 136.78º | 0.52% | 0.55% | - |
| HSV(B) | 136.78º | 0.59% | 0.78% | - |
| XYZ | 27.23 | 44.34 | 23.34 | - |
| YUV | 155.03 | 105.41 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 115 | 0.59 | 0 | 0.42 | 0.22 | 136.78 | 0.52 | 0.55 |
| Hex | 52 | C8 | 73 | 3B | 0 | 2A | 16 | 89 | 34 | 37 |
| Octal | 122 | 310 | 163 | 73 | 0 | 52 | 26 | 211 | 64 | 67 |
| Binary | 1010010 | 11001000 | 1110011 | 111011 | 0 | 101010 | 10110 | 10001001 | 110100 | 110111 |
Color Harmonies of #52C873
Complementary color
Monochromatic Colors of #52C873
Black with #52C873
Text Example
Text Example
White with #52C873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C873; }
p { color: rgb(82,200,115); }
H1.HeaderClassName
{
color: #52C873;
}
.AnyTagClassName
{
color: #52C873;
}
</style>
background-color css
<style>
a { background-color: #52C873; }
a { background-color: rgb(82,200,115); }
div.DivClassName
{
background-color: #52C873;
}
.BgClassName
{
background-color: #52C873;
}
</style>
border-color css
<style>
span { border-color: #52C873; }
span { border-color: rgb(82,200,115); }
td.TdClassName
{
border-color: #52C873;
}
.TagClassName
{
border-color: #52C873;
}
</style>