Shades of Emerald #52BC77
Tints of Emerald #52BC77
RGB
CMYK
RGB Variations
Color information
#52BC77 (or 0x52BC77) is known color: Emerald. HEX triplet: 52, BC and 77. RGB value is (82,188,119). Sum of RGB (Red+Green+Blue) = 82+188+119=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BC77 is #AD4388. Grayscale: #949494. Windows color (decimal): -11355017 or 7846994. OLE color: 7846994.
HSL color Cylindrical-coordinate representation of color #52BC77: hue angle of 140.94º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BC77 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 188 | 119 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.26 |
| HSL | 140.94º | 0.44% | 0.53% | - |
| HSV(B) | 140.94º | 0.56% | 0.74% | - |
| XYZ | 24.79 | 39.09 | 23.69 | - |
| YUV | 148.44 | 111.38 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 119 | 0.56 | 0 | 0.37 | 0.26 | 140.94 | 0.44 | 0.53 |
| Hex | 52 | BC | 77 | 38 | 0 | 25 | 1A | 8D | 2C | 35 |
| Octal | 122 | 274 | 167 | 70 | 0 | 45 | 32 | 215 | 54 | 65 |
| Binary | 1010010 | 10111100 | 1110111 | 111000 | 0 | 100101 | 11010 | 10001101 | 101100 | 110101 |
Color Harmonies of #52BC77
Complementary color
Monochromatic Colors of #52BC77
Black with #52BC77
Text Example
Text Example
White with #52BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BC77; }
p { color: rgb(82,188,119); }
H1.HeaderClassName
{
color: #52BC77;
}
.AnyTagClassName
{
color: #52BC77;
}
</style>
background-color css
<style>
a { background-color: #52BC77; }
a { background-color: rgb(82,188,119); }
div.DivClassName
{
background-color: #52BC77;
}
.BgClassName
{
background-color: #52BC77;
}
</style>
border-color css
<style>
span { border-color: #52BC77; }
span { border-color: rgb(82,188,119); }
td.TdClassName
{
border-color: #52BC77;
}
.TagClassName
{
border-color: #52BC77;
}
</style>