Shades of Emerald #52F28B
Tints of Emerald #52F28B
RGB
CMYK
RGB Variations
Color information
#52F28B (or 0x52F28B) is known color: Emerald. HEX triplet: 52, F2 and 8B. RGB value is (82,242,139). Sum of RGB (Red+Green+Blue) = 82+242+139=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #52F28B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F28B is #AD0D74. Grayscale: #B6B6B6. Windows color (decimal): -11341173 or 9171538. OLE color: 9171538.
HSL color Cylindrical-coordinate representation of color #52F28B: hue angle of 141.38º 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 #52F28B is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 139 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.05 |
| HSL | 141.38º | 0.86% | 0.64% | - |
| HSV(B) | 141.38º | 0.66% | 0.95% | - |
| XYZ | 39.89 | 67.16 | 35.29 | - |
| YUV | 182.42 | 103.49 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 139 | 0.66 | 0 | 0.43 | 0.05 | 141.38 | 0.86 | 0.64 |
| Hex | 52 | F2 | 8B | 42 | 0 | 2B | 5 | 8D | 56 | 40 |
| Octal | 122 | 362 | 213 | 102 | 0 | 53 | 5 | 215 | 126 | 100 |
| Binary | 1010010 | 11110010 | 10001011 | 1000010 | 0 | 101011 | 101 | 10001101 | 1010110 | 1000000 |
Color Harmonies of #52F28B
Complementary color
Monochromatic Colors of #52F28B
Black with #52F28B
Text Example
Text Example
White with #52F28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F28B; }
p { color: rgb(82,242,139); }
H1.HeaderClassName
{
color: #52F28B;
}
.AnyTagClassName
{
color: #52F28B;
}
</style>
background-color css
<style>
a { background-color: #52F28B; }
a { background-color: rgb(82,242,139); }
div.DivClassName
{
background-color: #52F28B;
}
.BgClassName
{
background-color: #52F28B;
}
</style>
border-color css
<style>
span { border-color: #52F28B; }
span { border-color: rgb(82,242,139); }
td.TdClassName
{
border-color: #52F28B;
}
.TagClassName
{
border-color: #52F28B;
}
</style>