Shades of Emerald #52CB65
Tints of Emerald #52CB65
RGB
CMYK
RGB Variations
Color information
#52CB65 (or 0x52CB65) is known color: Emerald. HEX triplet: 52, CB and 65. RGB value is (82,203,101). Sum of RGB (Red+Green+Blue) = 82+203+101=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CB65 is #AD349A. Grayscale: #9B9B9B. Windows color (decimal): -11351195 or 6671186. OLE color: 6671186.
HSL color Cylindrical-coordinate representation of color #52CB65: hue angle of 129.42º 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 #52CB65 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 101 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.20 |
| HSL | 129.42º | 0.54% | 0.56% | - |
| HSV(B) | 129.42º | 0.6% | 0.8% | - |
| XYZ | 27.18 | 45.45 | 19.65 | - |
| YUV | 155.19 | 97.41 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 101 | 0.60 | 0 | 0.50 | 0.20 | 129.42 | 0.54 | 0.56 |
| Hex | 52 | CB | 65 | 3C | 0 | 32 | 14 | 81 | 36 | 38 |
| Octal | 122 | 313 | 145 | 74 | 0 | 62 | 24 | 201 | 66 | 70 |
| Binary | 1010010 | 11001011 | 1100101 | 111100 | 0 | 110010 | 10100 | 10000001 | 110110 | 111000 |
Color Harmonies of #52CB65
Complementary color
Monochromatic Colors of #52CB65
Black with #52CB65
Text Example
Text Example
White with #52CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB65; }
p { color: rgb(82,203,101); }
H1.HeaderClassName
{
color: #52CB65;
}
.AnyTagClassName
{
color: #52CB65;
}
</style>
background-color css
<style>
a { background-color: #52CB65; }
a { background-color: rgb(82,203,101); }
div.DivClassName
{
background-color: #52CB65;
}
.BgClassName
{
background-color: #52CB65;
}
</style>
border-color css
<style>
span { border-color: #52CB65; }
span { border-color: rgb(82,203,101); }
td.TdClassName
{
border-color: #52CB65;
}
.TagClassName
{
border-color: #52CB65;
}
</style>