Shades of Emerald #52C780
Tints of Emerald #52C780
RGB
CMYK
RGB Variations
Color information
#52C780 (or 0x52C780) is known color: Emerald. HEX triplet: 52, C7 and 80. RGB value is (82,199,128). Sum of RGB (Red+Green+Blue) = 82+199+128=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 199 - color contains mainly: green. Hex color #52C780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C780 is #AD387F. Grayscale: #9C9C9C. Windows color (decimal): -11352192 or 8439634. OLE color: 8439634.
HSL color Cylindrical-coordinate representation of color #52C780: hue angle of 143.59º degrees, saturation: 0.51, 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 #52C780 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 199 | 128 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.22 |
| HSL | 143.59º | 0.51% | 0.55% | - |
| HSV(B) | 143.59º | 0.59% | 0.78% | - |
| XYZ | 27.8 | 44.2 | 27.49 | - |
| YUV | 155.92 | 112.24 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 199 | 128 | 0.59 | 0 | 0.36 | 0.22 | 143.59 | 0.51 | 0.55 |
| Hex | 52 | C7 | 80 | 3B | 0 | 24 | 16 | 90 | 33 | 37 |
| Octal | 122 | 307 | 200 | 73 | 0 | 44 | 26 | 220 | 63 | 67 |
| Binary | 1010010 | 11000111 | 10000000 | 111011 | 0 | 100100 | 10110 | 10010000 | 110011 | 110111 |
Color Harmonies of #52C780
Complementary color
Monochromatic Colors of #52C780
Black with #52C780
Text Example
Text Example
White with #52C780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C780; }
p { color: rgb(82,199,128); }
H1.HeaderClassName
{
color: #52C780;
}
.AnyTagClassName
{
color: #52C780;
}
</style>
background-color css
<style>
a { background-color: #52C780; }
a { background-color: rgb(82,199,128); }
div.DivClassName
{
background-color: #52C780;
}
.BgClassName
{
background-color: #52C780;
}
</style>
border-color css
<style>
span { border-color: #52C780; }
span { border-color: rgb(82,199,128); }
td.TdClassName
{
border-color: #52C780;
}
.TagClassName
{
border-color: #52C780;
}
</style>