Shades of Emerald #52BE80
Tints of Emerald #52BE80
RGB
CMYK
RGB Variations
Color information
#52BE80 (or 0x52BE80) is known color: Emerald. HEX triplet: 52, BE and 80. RGB value is (82,190,128). Sum of RGB (Red+Green+Blue) = 82+190+128=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BE80 is #AD417F. Grayscale: #969696. Windows color (decimal): -11354496 or 8437330. OLE color: 8437330.
HSL color Cylindrical-coordinate representation of color #52BE80: hue angle of 145.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BE80 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 190 | 128 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.25 |
| HSL | 145.56º | 0.45% | 0.53% | - |
| HSV(B) | 145.56º | 0.57% | 0.75% | - |
| XYZ | 25.79 | 40.18 | 26.82 | - |
| YUV | 150.64 | 115.22 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 128 | 0.57 | 0 | 0.33 | 0.25 | 145.56 | 0.45 | 0.53 |
| Hex | 52 | BE | 80 | 39 | 0 | 21 | 19 | 92 | 2D | 35 |
| Octal | 122 | 276 | 200 | 71 | 0 | 41 | 31 | 222 | 55 | 65 |
| Binary | 1010010 | 10111110 | 10000000 | 111001 | 0 | 100001 | 11001 | 10010010 | 101101 | 110101 |
Color Harmonies of #52BE80
Complementary color
Monochromatic Colors of #52BE80
Black with #52BE80
Text Example
Text Example
White with #52BE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BE80; }
p { color: rgb(82,190,128); }
H1.HeaderClassName
{
color: #52BE80;
}
.AnyTagClassName
{
color: #52BE80;
}
</style>
background-color css
<style>
a { background-color: #52BE80; }
a { background-color: rgb(82,190,128); }
div.DivClassName
{
background-color: #52BE80;
}
.BgClassName
{
background-color: #52BE80;
}
</style>
border-color css
<style>
span { border-color: #52BE80; }
span { border-color: rgb(82,190,128); }
td.TdClassName
{
border-color: #52BE80;
}
.TagClassName
{
border-color: #52BE80;
}
</style>