Shades of Emerald #52F689
Tints of Emerald #52F689
RGB
CMYK
RGB Variations
Color information
#52F689 (or 0x52F689) is known color: Emerald. HEX triplet: 52, F6 and 89. RGB value is (82,246,137). Sum of RGB (Red+Green+Blue) = 82+246+137=465 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.63% from 465); Green value is 246 (96.48% from 255 or 52.90% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 246 - color contains mainly: green. Hex color #52F689 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F689 is #AD0976. Grayscale: #B8B8B8. Windows color (decimal): -11340151 or 9041490. OLE color: 9041490.
HSL color Cylindrical-coordinate representation of color #52F689: hue angle of 140.12º 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 #52F689 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 246 | 137 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.04 |
| HSL | 140.12º | 0.9% | 0.64% | - |
| HSV(B) | 140.12º | 0.67% | 0.96% | - |
| XYZ | 40.95 | 69.51 | 34.93 | - |
| YUV | 184.54 | 101.17 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 246 | 137 | 0.67 | 0 | 0.44 | 0.04 | 140.12 | 0.9 | 0.64 |
| Hex | 52 | F6 | 89 | 43 | 0 | 2C | 4 | 8C | 5A | 40 |
| Octal | 122 | 366 | 211 | 103 | 0 | 54 | 4 | 214 | 132 | 100 |
| Binary | 1010010 | 11110110 | 10001001 | 1000011 | 0 | 101100 | 100 | 10001100 | 1011010 | 1000000 |
Color Harmonies of #52F689
Complementary color
Monochromatic Colors of #52F689
Black with #52F689
Text Example
Text Example
White with #52F689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F689; }
p { color: rgb(82,246,137); }
H1.HeaderClassName
{
color: #52F689;
}
.AnyTagClassName
{
color: #52F689;
}
</style>
background-color css
<style>
a { background-color: #52F689; }
a { background-color: rgb(82,246,137); }
div.DivClassName
{
background-color: #52F689;
}
.BgClassName
{
background-color: #52F689;
}
</style>
border-color css
<style>
span { border-color: #52F689; }
span { border-color: rgb(82,246,137); }
td.TdClassName
{
border-color: #52F689;
}
.TagClassName
{
border-color: #52F689;
}
</style>