Shades of Emerald #52CB7D
Tints of Emerald #52CB7D
RGB
CMYK
RGB Variations
Color information
#52CB7D (or 0x52CB7D) is known color: Emerald. HEX triplet: 52, CB and 7D. RGB value is (82,203,125). Sum of RGB (Red+Green+Blue) = 82+203+125=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CB7D is #AD3482. Grayscale: #9E9E9E. Windows color (decimal): -11351171 or 8244050. OLE color: 8244050.
HSL color Cylindrical-coordinate representation of color #52CB7D: hue angle of 141.32º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CB7D is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 125 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.20 |
| HSL | 141.32º | 0.54% | 0.56% | - |
| HSV(B) | 141.32º | 0.6% | 0.8% | - |
| XYZ | 28.54 | 45.99 | 26.77 | - |
| YUV | 157.93 | 109.41 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 125 | 0.60 | 0 | 0.38 | 0.20 | 141.32 | 0.54 | 0.56 |
| Hex | 52 | CB | 7D | 3C | 0 | 26 | 14 | 8D | 36 | 38 |
| Octal | 122 | 313 | 175 | 74 | 0 | 46 | 24 | 215 | 66 | 70 |
| Binary | 1010010 | 11001011 | 1111101 | 111100 | 0 | 100110 | 10100 | 10001101 | 110110 | 111000 |
Color Harmonies of #52CB7D
Complementary color
Monochromatic Colors of #52CB7D
Black with #52CB7D
Text Example
Text Example
White with #52CB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB7D; }
p { color: rgb(82,203,125); }
H1.HeaderClassName
{
color: #52CB7D;
}
.AnyTagClassName
{
color: #52CB7D;
}
</style>
background-color css
<style>
a { background-color: #52CB7D; }
a { background-color: rgb(82,203,125); }
div.DivClassName
{
background-color: #52CB7D;
}
.BgClassName
{
background-color: #52CB7D;
}
</style>
border-color css
<style>
span { border-color: #52CB7D; }
span { border-color: rgb(82,203,125); }
td.TdClassName
{
border-color: #52CB7D;
}
.TagClassName
{
border-color: #52CB7D;
}
</style>