Shades of Emerald #52E06F
Tints of Emerald #52E06F
RGB
CMYK
RGB Variations
Color information
#52E06F (or 0x52E06F) is known color: Emerald. HEX triplet: 52, E0 and 6F. RGB value is (82,224,111). Sum of RGB (Red+Green+Blue) = 82+224+111=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 224 (87.89% from 255 or 53.72% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 224 - color contains mainly: green. Hex color #52E06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E06F is #AD1F90. Grayscale: #A8A8A8. Windows color (decimal): -11345809 or 7331922. OLE color: 7331922.
HSL color Cylindrical-coordinate representation of color #52E06F: hue angle of 132.25º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52E06F is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 224 | 111 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.12 |
| HSL | 132.25º | 0.7% | 0.6% | - |
| HSV(B) | 132.25º | 0.63% | 0.88% | - |
| XYZ | 33 | 56.25 | 24.16 | - |
| YUV | 168.66 | 95.46 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 224 | 111 | 0.63 | 0 | 0.50 | 0.12 | 132.25 | 0.7 | 0.6 |
| Hex | 52 | E0 | 6F | 3F | 0 | 32 | C | 84 | 46 | 3C |
| Octal | 122 | 340 | 157 | 77 | 0 | 62 | 14 | 204 | 106 | 74 |
| Binary | 1010010 | 11100000 | 1101111 | 111111 | 0 | 110010 | 1100 | 10000100 | 1000110 | 111100 |
Color Harmonies of #52E06F
Complementary color
Monochromatic Colors of #52E06F
Black with #52E06F
Text Example
Text Example
White with #52E06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E06F; }
p { color: rgb(82,224,111); }
H1.HeaderClassName
{
color: #52E06F;
}
.AnyTagClassName
{
color: #52E06F;
}
</style>
background-color css
<style>
a { background-color: #52E06F; }
a { background-color: rgb(82,224,111); }
div.DivClassName
{
background-color: #52E06F;
}
.BgClassName
{
background-color: #52E06F;
}
</style>
border-color css
<style>
span { border-color: #52E06F; }
span { border-color: rgb(82,224,111); }
td.TdClassName
{
border-color: #52E06F;
}
.TagClassName
{
border-color: #52E06F;
}
</style>