Shades of Emerald #52BF70
Tints of Emerald #52BF70
RGB
CMYK
RGB Variations
Color information
#52BF70 (or 0x52BF70) is known color: Emerald. HEX triplet: 52, BF and 70. RGB value is (82,191,112). Sum of RGB (Red+Green+Blue) = 82+191+112=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BF70 is #AD408F. Grayscale: #959595. Windows color (decimal): -11354256 or 7389010. OLE color: 7389010.
HSL color Cylindrical-coordinate representation of color #52BF70: hue angle of 136.51º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BF70 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 191 | 112 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.25 |
| HSL | 136.51º | 0.46% | 0.54% | - |
| HSV(B) | 136.51º | 0.57% | 0.75% | - |
| XYZ | 25.04 | 40.23 | 21.77 | - |
| YUV | 149.4 | 106.89 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 112 | 0.57 | 0 | 0.41 | 0.25 | 136.51 | 0.46 | 0.54 |
| Hex | 52 | BF | 70 | 39 | 0 | 29 | 19 | 89 | 2E | 36 |
| Octal | 122 | 277 | 160 | 71 | 0 | 51 | 31 | 211 | 56 | 66 |
| Binary | 1010010 | 10111111 | 1110000 | 111001 | 0 | 101001 | 11001 | 10001001 | 101110 | 110110 |
Color Harmonies of #52BF70
Complementary color
Monochromatic Colors of #52BF70
Black with #52BF70
Text Example
Text Example
White with #52BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BF70; }
p { color: rgb(82,191,112); }
H1.HeaderClassName
{
color: #52BF70;
}
.AnyTagClassName
{
color: #52BF70;
}
</style>
background-color css
<style>
a { background-color: #52BF70; }
a { background-color: rgb(82,191,112); }
div.DivClassName
{
background-color: #52BF70;
}
.BgClassName
{
background-color: #52BF70;
}
</style>
border-color css
<style>
span { border-color: #52BF70; }
span { border-color: rgb(82,191,112); }
td.TdClassName
{
border-color: #52BF70;
}
.TagClassName
{
border-color: #52BF70;
}
</style>