Shades of Emerald #52C373
Tints of Emerald #52C373
RGB
CMYK
RGB Variations
Color information
#52C373 (or 0x52C373) is known color: Emerald. HEX triplet: 52, C3 and 73. RGB value is (82,195,115). Sum of RGB (Red+Green+Blue) = 82+195+115=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #52C373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C373 is #AD3C8C. Grayscale: #989898. Windows color (decimal): -11353229 or 7586642. OLE color: 7586642.
HSL color Cylindrical-coordinate representation of color #52C373: hue angle of 137.52º 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 #52C373 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 115 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.24 |
| HSL | 137.52º | 0.48% | 0.54% | - |
| HSV(B) | 137.52º | 0.58% | 0.76% | - |
| XYZ | 26.09 | 42.06 | 22.96 | - |
| YUV | 152.09 | 107.06 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 115 | 0.58 | 0 | 0.41 | 0.24 | 137.52 | 0.48 | 0.54 |
| Hex | 52 | C3 | 73 | 3A | 0 | 29 | 18 | 8A | 30 | 36 |
| Octal | 122 | 303 | 163 | 72 | 0 | 51 | 30 | 212 | 60 | 66 |
| Binary | 1010010 | 11000011 | 1110011 | 111010 | 0 | 101001 | 11000 | 10001010 | 110000 | 110110 |
Color Harmonies of #52C373
Complementary color
Monochromatic Colors of #52C373
Black with #52C373
Text Example
Text Example
White with #52C373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C373; }
p { color: rgb(82,195,115); }
H1.HeaderClassName
{
color: #52C373;
}
.AnyTagClassName
{
color: #52C373;
}
</style>
background-color css
<style>
a { background-color: #52C373; }
a { background-color: rgb(82,195,115); }
div.DivClassName
{
background-color: #52C373;
}
.BgClassName
{
background-color: #52C373;
}
</style>
border-color css
<style>
span { border-color: #52C373; }
span { border-color: rgb(82,195,115); }
td.TdClassName
{
border-color: #52C373;
}
.TagClassName
{
border-color: #52C373;
}
</style>