Shades of Emerald #32E76E
Tints of Emerald #32E76E
RGB
CMYK
RGB Variations
Color information
#32E76E (or 0x32E76E) is known color: Emerald. HEX triplet: 32, E7 and 6E. RGB value is (50,231,110). Sum of RGB (Red+Green+Blue) = 50+231+110=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 231 (90.62% from 255 or 59.08% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 231 - color contains mainly: green. Hex color #32E76E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E76E is #CD1891. Grayscale: #A3A3A3. Windows color (decimal): -13441170 or 7268146. OLE color: 7268146.
HSL color Cylindrical-coordinate representation of color #32E76E: hue angle of 139.89º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E76E is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 231 | 110 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.09 |
| HSL | 139.89º | 0.79% | 0.55% | - |
| HSV(B) | 139.89º | 0.78% | 0.91% | - |
| XYZ | 32.71 | 58.96 | 24.41 | - |
| YUV | 163.09 | 98.03 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 231 | 110 | 0.78 | 0 | 0.52 | 0.09 | 139.89 | 0.79 | 0.55 |
| Hex | 32 | E7 | 6E | 4E | 0 | 34 | 9 | 8C | 4F | 37 |
| Octal | 62 | 347 | 156 | 116 | 0 | 64 | 11 | 214 | 117 | 67 |
| Binary | 110010 | 11100111 | 1101110 | 1001110 | 0 | 110100 | 1001 | 10001100 | 1001111 | 110111 |
Color Harmonies of #32E76E
Complementary color
Monochromatic Colors of #32E76E
Black with #32E76E
Text Example
Text Example
White with #32E76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E76E; }
p { color: rgb(50,231,110); }
H1.HeaderClassName
{
color: #32E76E;
}
.AnyTagClassName
{
color: #32E76E;
}
</style>
background-color css
<style>
a { background-color: #32E76E; }
a { background-color: rgb(50,231,110); }
div.DivClassName
{
background-color: #32E76E;
}
.BgClassName
{
background-color: #32E76E;
}
</style>
border-color css
<style>
span { border-color: #32E76E; }
span { border-color: rgb(50,231,110); }
td.TdClassName
{
border-color: #32E76E;
}
.TagClassName
{
border-color: #32E76E;
}
</style>