Shades of Emerald #52E688
Tints of Emerald #52E688
RGB
CMYK
RGB Variations
Color information
#52E688 (or 0x52E688) is known color: Emerald. HEX triplet: 52, E6 and 88. RGB value is (82,230,136). Sum of RGB (Red+Green+Blue) = 82+230+136=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 230 (90.23% from 255 or 51.34% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 230 - color contains mainly: green. Hex color #52E688 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E688 is #AD1977. Grayscale: #AFAFAF. Windows color (decimal): -11344248 or 8971858. OLE color: 8971858.
HSL color Cylindrical-coordinate representation of color #52E688: hue angle of 141.89º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E688 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 230 | 136 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.10 |
| HSL | 141.89º | 0.75% | 0.61% | - |
| HSV(B) | 141.89º | 0.64% | 0.9% | - |
| XYZ | 36.22 | 60.17 | 33 | - |
| YUV | 175.03 | 105.97 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 230 | 136 | 0.64 | 0 | 0.41 | 0.10 | 141.89 | 0.75 | 0.61 |
| Hex | 52 | E6 | 88 | 40 | 0 | 29 | A | 8E | 4B | 3D |
| Octal | 122 | 346 | 210 | 100 | 0 | 51 | 12 | 216 | 113 | 75 |
| Binary | 1010010 | 11100110 | 10001000 | 1000000 | 0 | 101001 | 1010 | 10001110 | 1001011 | 111101 |
Color Harmonies of #52E688
Complementary color
Monochromatic Colors of #52E688
Black with #52E688
Text Example
Text Example
White with #52E688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E688; }
p { color: rgb(82,230,136); }
H1.HeaderClassName
{
color: #52E688;
}
.AnyTagClassName
{
color: #52E688;
}
</style>
background-color css
<style>
a { background-color: #52E688; }
a { background-color: rgb(82,230,136); }
div.DivClassName
{
background-color: #52E688;
}
.BgClassName
{
background-color: #52E688;
}
</style>
border-color css
<style>
span { border-color: #52E688; }
span { border-color: rgb(82,230,136); }
td.TdClassName
{
border-color: #52E688;
}
.TagClassName
{
border-color: #52E688;
}
</style>