Shades of Emerald #32E56F
Tints of Emerald #32E56F
RGB
CMYK
RGB Variations
Color information
#32E56F (or 0x32E56F) is known color: Emerald. HEX triplet: 32, E5 and 6F. RGB value is (50,229,111). Sum of RGB (Red+Green+Blue) = 50+229+111=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 229 (89.84% from 255 or 58.72% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 229 - color contains mainly: green. Hex color #32E56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E56F is #CD1A90. Grayscale: #A2A2A2. Windows color (decimal): -13441681 or 7333170. OLE color: 7333170.
HSL color Cylindrical-coordinate representation of color #32E56F: hue angle of 140.45º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E56F is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 229 | 111 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.10 |
| HSL | 140.45º | 0.77% | 0.55% | - |
| HSV(B) | 140.45º | 0.78% | 0.9% | - |
| XYZ | 32.2 | 57.86 | 24.51 | - |
| YUV | 162.03 | 99.2 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 229 | 111 | 0.78 | 0 | 0.52 | 0.10 | 140.45 | 0.77 | 0.55 |
| Hex | 32 | E5 | 6F | 4E | 0 | 34 | A | 8C | 4D | 37 |
| Octal | 62 | 345 | 157 | 116 | 0 | 64 | 12 | 214 | 115 | 67 |
| Binary | 110010 | 11100101 | 1101111 | 1001110 | 0 | 110100 | 1010 | 10001100 | 1001101 | 110111 |
Color Harmonies of #32E56F
Complementary color
Monochromatic Colors of #32E56F
Black with #32E56F
Text Example
Text Example
White with #32E56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E56F; }
p { color: rgb(50,229,111); }
H1.HeaderClassName
{
color: #32E56F;
}
.AnyTagClassName
{
color: #32E56F;
}
</style>
background-color css
<style>
a { background-color: #32E56F; }
a { background-color: rgb(50,229,111); }
div.DivClassName
{
background-color: #32E56F;
}
.BgClassName
{
background-color: #32E56F;
}
</style>
border-color css
<style>
span { border-color: #32E56F; }
span { border-color: rgb(50,229,111); }
td.TdClassName
{
border-color: #32E56F;
}
.TagClassName
{
border-color: #32E56F;
}
</style>