Shades of Emerald #52C377
Tints of Emerald #52C377
RGB
CMYK
RGB Variations
Color information
#52C377 (or 0x52C377) is known color: Emerald. HEX triplet: 52, C3 and 77. RGB value is (82,195,119). Sum of RGB (Red+Green+Blue) = 82+195+119=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #52C377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C377 is #AD3C88. Grayscale: #989898. Windows color (decimal): -11353225 or 7848786. OLE color: 7848786.
HSL color Cylindrical-coordinate representation of color #52C377: hue angle of 139.65º 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 #52C377 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 119 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.24 |
| HSL | 139.65º | 0.48% | 0.54% | - |
| HSV(B) | 139.65º | 0.58% | 0.76% | - |
| XYZ | 26.32 | 42.16 | 24.2 | - |
| YUV | 152.55 | 109.06 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 119 | 0.58 | 0 | 0.39 | 0.24 | 139.65 | 0.48 | 0.54 |
| Hex | 52 | C3 | 77 | 3A | 0 | 27 | 18 | 8C | 30 | 36 |
| Octal | 122 | 303 | 167 | 72 | 0 | 47 | 30 | 214 | 60 | 66 |
| Binary | 1010010 | 11000011 | 1110111 | 111010 | 0 | 100111 | 11000 | 10001100 | 110000 | 110110 |
Color Harmonies of #52C377
Complementary color
Monochromatic Colors of #52C377
Black with #52C377
Text Example
Text Example
White with #52C377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C377; }
p { color: rgb(82,195,119); }
H1.HeaderClassName
{
color: #52C377;
}
.AnyTagClassName
{
color: #52C377;
}
</style>
background-color css
<style>
a { background-color: #52C377; }
a { background-color: rgb(82,195,119); }
div.DivClassName
{
background-color: #52C377;
}
.BgClassName
{
background-color: #52C377;
}
</style>
border-color css
<style>
span { border-color: #52C377; }
span { border-color: rgb(82,195,119); }
td.TdClassName
{
border-color: #52C377;
}
.TagClassName
{
border-color: #52C377;
}
</style>