Shades of Emerald #52BE7B
Tints of Emerald #52BE7B
RGB
CMYK
RGB Variations
Color information
#52BE7B (or 0x52BE7B) is known color: Emerald. HEX triplet: 52, BE and 7B. RGB value is (82,190,123). Sum of RGB (Red+Green+Blue) = 82+190+123=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BE7B is #AD4184. Grayscale: #969696. Windows color (decimal): -11354501 or 8109650. OLE color: 8109650.
HSL color Cylindrical-coordinate representation of color #52BE7B: hue angle of 142.78º 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 #52BE7B is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 190 | 123 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.25 |
| HSL | 142.78º | 0.45% | 0.53% | - |
| HSV(B) | 142.78º | 0.57% | 0.75% | - |
| XYZ | 25.47 | 40.05 | 25.13 | - |
| YUV | 150.07 | 112.72 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 123 | 0.57 | 0 | 0.35 | 0.25 | 142.78 | 0.45 | 0.53 |
| Hex | 52 | BE | 7B | 39 | 0 | 23 | 19 | 8F | 2D | 35 |
| Octal | 122 | 276 | 173 | 71 | 0 | 43 | 31 | 217 | 55 | 65 |
| Binary | 1010010 | 10111110 | 1111011 | 111001 | 0 | 100011 | 11001 | 10001111 | 101101 | 110101 |
Color Harmonies of #52BE7B
Complementary color
Monochromatic Colors of #52BE7B
Black with #52BE7B
Text Example
Text Example
White with #52BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BE7B; }
p { color: rgb(82,190,123); }
H1.HeaderClassName
{
color: #52BE7B;
}
.AnyTagClassName
{
color: #52BE7B;
}
</style>
background-color css
<style>
a { background-color: #52BE7B; }
a { background-color: rgb(82,190,123); }
div.DivClassName
{
background-color: #52BE7B;
}
.BgClassName
{
background-color: #52BE7B;
}
</style>
border-color css
<style>
span { border-color: #52BE7B; }
span { border-color: rgb(82,190,123); }
td.TdClassName
{
border-color: #52BE7B;
}
.TagClassName
{
border-color: #52BE7B;
}
</style>