Shades of Emerald #32E36F
Tints of Emerald #32E36F
RGB
CMYK
RGB Variations
Color information
#32E36F (or 0x32E36F) is known color: Emerald. HEX triplet: 32, E3 and 6F. RGB value is (50,227,111). Sum of RGB (Red+Green+Blue) = 50+227+111=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 227 (89.06% from 255 or 58.51% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 227 - color contains mainly: green. Hex color #32E36F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E36F is #CD1C90. Grayscale: #A1A1A1. Windows color (decimal): -13442193 or 7332658. OLE color: 7332658.
HSL color Cylindrical-coordinate representation of color #32E36F: hue angle of 140.68º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E36F is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 227 | 111 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.11 |
| HSL | 140.68º | 0.76% | 0.54% | - |
| HSV(B) | 140.68º | 0.78% | 0.89% | - |
| XYZ | 31.65 | 56.76 | 24.33 | - |
| YUV | 160.85 | 99.86 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 227 | 111 | 0.78 | 0 | 0.51 | 0.11 | 140.68 | 0.76 | 0.54 |
| Hex | 32 | E3 | 6F | 4E | 0 | 33 | B | 8D | 4C | 36 |
| Octal | 62 | 343 | 157 | 116 | 0 | 63 | 13 | 215 | 114 | 66 |
| Binary | 110010 | 11100011 | 1101111 | 1001110 | 0 | 110011 | 1011 | 10001101 | 1001100 | 110110 |
Color Harmonies of #32E36F
Complementary color
Monochromatic Colors of #32E36F
Black with #32E36F
Text Example
Text Example
White with #32E36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E36F; }
p { color: rgb(50,227,111); }
H1.HeaderClassName
{
color: #32E36F;
}
.AnyTagClassName
{
color: #32E36F;
}
</style>
background-color css
<style>
a { background-color: #32E36F; }
a { background-color: rgb(50,227,111); }
div.DivClassName
{
background-color: #32E36F;
}
.BgClassName
{
background-color: #32E36F;
}
</style>
border-color css
<style>
span { border-color: #32E36F; }
span { border-color: rgb(50,227,111); }
td.TdClassName
{
border-color: #32E36F;
}
.TagClassName
{
border-color: #32E36F;
}
</style>