Shades of Emerald #52F28C
Tints of Emerald #52F28C
RGB
CMYK
RGB Variations
Color information
#52F28C (or 0x52F28C) is known color: Emerald. HEX triplet: 52, F2 and 8C. RGB value is (82,242,140). Sum of RGB (Red+Green+Blue) = 82+242+140=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #52F28C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F28C is #AD0D73. Grayscale: #B6B6B6. Windows color (decimal): -11341172 or 9237074. OLE color: 9237074.
HSL color Cylindrical-coordinate representation of color #52F28C: hue angle of 141.75º degrees, saturation: 0.86, 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 #52F28C is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 140 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.05 |
| HSL | 141.75º | 0.86% | 0.64% | - |
| HSV(B) | 141.75º | 0.66% | 0.95% | - |
| XYZ | 39.97 | 67.19 | 35.67 | - |
| YUV | 182.53 | 103.99 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 140 | 0.66 | 0 | 0.42 | 0.05 | 141.75 | 0.86 | 0.64 |
| Hex | 52 | F2 | 8C | 42 | 0 | 2A | 5 | 8E | 56 | 40 |
| Octal | 122 | 362 | 214 | 102 | 0 | 52 | 5 | 216 | 126 | 100 |
| Binary | 1010010 | 11110010 | 10001100 | 1000010 | 0 | 101010 | 101 | 10001110 | 1010110 | 1000000 |
Color Harmonies of #52F28C
Complementary color
Monochromatic Colors of #52F28C
Black with #52F28C
Text Example
Text Example
White with #52F28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F28C; }
p { color: rgb(82,242,140); }
H1.HeaderClassName
{
color: #52F28C;
}
.AnyTagClassName
{
color: #52F28C;
}
</style>
background-color css
<style>
a { background-color: #52F28C; }
a { background-color: rgb(82,242,140); }
div.DivClassName
{
background-color: #52F28C;
}
.BgClassName
{
background-color: #52F28C;
}
</style>
border-color css
<style>
span { border-color: #52F28C; }
span { border-color: rgb(82,242,140); }
td.TdClassName
{
border-color: #52F28C;
}
.TagClassName
{
border-color: #52F28C;
}
</style>