Shades of Emerald #52F990
Tints of Emerald #52F990
RGB
CMYK
RGB Variations
Color information
#52F990 (or 0x52F990) is known color: Emerald. HEX triplet: 52, F9 and 90. RGB value is (82,249,144). Sum of RGB (Red+Green+Blue) = 82+249+144=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #52F990 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F990 is #AD066F. Grayscale: #BBBBBB. Windows color (decimal): -11339376 or 9501010. OLE color: 9501010.
HSL color Cylindrical-coordinate representation of color #52F990: hue angle of 142.28º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F990 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 249 | 144 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.02 |
| HSL | 142.28º | 0.93% | 0.65% | - |
| HSV(B) | 142.28º | 0.67% | 0.98% | - |
| XYZ | 42.39 | 71.56 | 37.96 | - |
| YUV | 187.1 | 103.67 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 249 | 144 | 0.67 | 0 | 0.42 | 0.02 | 142.28 | 0.93 | 0.65 |
| Hex | 52 | F9 | 90 | 43 | 0 | 2A | 2 | 8E | 5D | 41 |
| Octal | 122 | 371 | 220 | 103 | 0 | 52 | 2 | 216 | 135 | 101 |
| Binary | 1010010 | 11111001 | 10010000 | 1000011 | 0 | 101010 | 10 | 10001110 | 1011101 | 1000001 |
Color Harmonies of #52F990
Complementary color
Monochromatic Colors of #52F990
Black with #52F990
Text Example
Text Example
White with #52F990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F990; }
p { color: rgb(82,249,144); }
H1.HeaderClassName
{
color: #52F990;
}
.AnyTagClassName
{
color: #52F990;
}
</style>
background-color css
<style>
a { background-color: #52F990; }
a { background-color: rgb(82,249,144); }
div.DivClassName
{
background-color: #52F990;
}
.BgClassName
{
background-color: #52F990;
}
</style>
border-color css
<style>
span { border-color: #52F990; }
span { border-color: rgb(82,249,144); }
td.TdClassName
{
border-color: #52F990;
}
.TagClassName
{
border-color: #52F990;
}
</style>