Shades of Emerald #52F688
Tints of Emerald #52F688
RGB
CMYK
RGB Variations
Color information
#52F688 (or 0x52F688) is known color: Emerald. HEX triplet: 52, F6 and 88. RGB value is (82,246,136). Sum of RGB (Red+Green+Blue) = 82+246+136=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 246 (96.48% from 255 or 53.02% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 246 - color contains mainly: green. Hex color #52F688 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F688 is #AD0977. Grayscale: #B8B8B8. Windows color (decimal): -11340152 or 8975954. OLE color: 8975954.
HSL color Cylindrical-coordinate representation of color #52F688: hue angle of 139.76º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F688 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 246 | 136 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.04 |
| HSL | 139.76º | 0.9% | 0.64% | - |
| HSV(B) | 139.76º | 0.67% | 0.96% | - |
| XYZ | 40.88 | 69.48 | 34.55 | - |
| YUV | 184.42 | 100.67 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 246 | 136 | 0.67 | 0 | 0.45 | 0.04 | 139.76 | 0.9 | 0.64 |
| Hex | 52 | F6 | 88 | 43 | 0 | 2D | 4 | 8C | 5A | 40 |
| Octal | 122 | 366 | 210 | 103 | 0 | 55 | 4 | 214 | 132 | 100 |
| Binary | 1010010 | 11110110 | 10001000 | 1000011 | 0 | 101101 | 100 | 10001100 | 1011010 | 1000000 |
Color Harmonies of #52F688
Complementary color
Monochromatic Colors of #52F688
Black with #52F688
Text Example
Text Example
White with #52F688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F688; }
p { color: rgb(82,246,136); }
H1.HeaderClassName
{
color: #52F688;
}
.AnyTagClassName
{
color: #52F688;
}
</style>
background-color css
<style>
a { background-color: #52F688; }
a { background-color: rgb(82,246,136); }
div.DivClassName
{
background-color: #52F688;
}
.BgClassName
{
background-color: #52F688;
}
</style>
border-color css
<style>
span { border-color: #52F688; }
span { border-color: rgb(82,246,136); }
td.TdClassName
{
border-color: #52F688;
}
.TagClassName
{
border-color: #52F688;
}
</style>