Shades of Emerald #32E46C
Tints of Emerald #32E46C
RGB
CMYK
RGB Variations
Color information
#32E46C (or 0x32E46C) is known color: Emerald. HEX triplet: 32, E4 and 6C. RGB value is (50,228,108). Sum of RGB (Red+Green+Blue) = 50+228+108=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 228 (89.45% from 255 or 59.07% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 228 - color contains mainly: green. Hex color #32E46C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E46C is #CD1B93. Grayscale: #A1A1A1. Windows color (decimal): -13441940 or 7136306. OLE color: 7136306.
HSL color Cylindrical-coordinate representation of color #32E46C: hue angle of 139.55º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E46C is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 108 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.11 |
| HSL | 139.55º | 0.77% | 0.55% | - |
| HSV(B) | 139.55º | 0.78% | 0.89% | - |
| XYZ | 31.77 | 57.25 | 23.56 | - |
| YUV | 161.1 | 98.03 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 108 | 0.78 | 0 | 0.53 | 0.11 | 139.55 | 0.77 | 0.55 |
| Hex | 32 | E4 | 6C | 4E | 0 | 35 | B | 8C | 4D | 37 |
| Octal | 62 | 344 | 154 | 116 | 0 | 65 | 13 | 214 | 115 | 67 |
| Binary | 110010 | 11100100 | 1101100 | 1001110 | 0 | 110101 | 1011 | 10001100 | 1001101 | 110111 |
Color Harmonies of #32E46C
Complementary color
Monochromatic Colors of #32E46C
Black with #32E46C
Text Example
Text Example
White with #32E46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E46C; }
p { color: rgb(50,228,108); }
H1.HeaderClassName
{
color: #32E46C;
}
.AnyTagClassName
{
color: #32E46C;
}
</style>
background-color css
<style>
a { background-color: #32E46C; }
a { background-color: rgb(50,228,108); }
div.DivClassName
{
background-color: #32E46C;
}
.BgClassName
{
background-color: #32E46C;
}
</style>
border-color css
<style>
span { border-color: #32E46C; }
span { border-color: rgb(50,228,108); }
td.TdClassName
{
border-color: #32E46C;
}
.TagClassName
{
border-color: #32E46C;
}
</style>