Shades of Emerald #52F389
Tints of Emerald #52F389
RGB
CMYK
RGB Variations
Color information
#52F389 (or 0x52F389) is known color: Emerald. HEX triplet: 52, F3 and 89. RGB value is (82,243,137). Sum of RGB (Red+Green+Blue) = 82+243+137=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #52F389 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F389 is #AD0C76. Grayscale: #B7B7B7. Windows color (decimal): -11340919 or 9040722. OLE color: 9040722.
HSL color Cylindrical-coordinate representation of color #52F389: hue angle of 140.5º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F389 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 243 | 137 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.05 |
| HSL | 140.5º | 0.87% | 0.64% | - |
| HSV(B) | 140.5º | 0.66% | 0.95% | - |
| XYZ | 40.05 | 67.7 | 34.62 | - |
| YUV | 182.78 | 102.16 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 243 | 137 | 0.66 | 0 | 0.44 | 0.05 | 140.5 | 0.87 | 0.64 |
| Hex | 52 | F3 | 89 | 42 | 0 | 2C | 5 | 8C | 57 | 40 |
| Octal | 122 | 363 | 211 | 102 | 0 | 54 | 5 | 214 | 127 | 100 |
| Binary | 1010010 | 11110011 | 10001001 | 1000010 | 0 | 101100 | 101 | 10001100 | 1010111 | 1000000 |
Color Harmonies of #52F389
Complementary color
Monochromatic Colors of #52F389
Black with #52F389
Text Example
Text Example
White with #52F389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F389; }
p { color: rgb(82,243,137); }
H1.HeaderClassName
{
color: #52F389;
}
.AnyTagClassName
{
color: #52F389;
}
</style>
background-color css
<style>
a { background-color: #52F389; }
a { background-color: rgb(82,243,137); }
div.DivClassName
{
background-color: #52F389;
}
.BgClassName
{
background-color: #52F389;
}
</style>
border-color css
<style>
span { border-color: #52F389; }
span { border-color: rgb(82,243,137); }
td.TdClassName
{
border-color: #52F389;
}
.TagClassName
{
border-color: #52F389;
}
</style>