Shades of Emerald #32E671
Tints of Emerald #32E671
RGB
CMYK
RGB Variations
Color information
#32E671 (or 0x32E671) is known color: Emerald. HEX triplet: 32, E6 and 71. RGB value is (50,230,113). Sum of RGB (Red+Green+Blue) = 50+230+113=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 230 (90.23% from 255 or 58.52% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 230 - color contains mainly: green. Hex color #32E671 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E671 is #CD198E. Grayscale: #A3A3A3. Windows color (decimal): -13441423 or 7464498. OLE color: 7464498.
HSL color Cylindrical-coordinate representation of color #32E671: hue angle of 141º degrees, saturation: 0.78, 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 #32E671 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 113 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.10 |
| HSL | 141º | 0.78% | 0.55% | - |
| HSV(B) | 141º | 0.78% | 0.9% | - |
| XYZ | 32.59 | 58.46 | 25.19 | - |
| YUV | 162.84 | 99.87 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 113 | 0.78 | 0 | 0.51 | 0.10 | 141 | 0.78 | 0.55 |
| Hex | 32 | E6 | 71 | 4E | 0 | 33 | A | 8D | 4E | 37 |
| Octal | 62 | 346 | 161 | 116 | 0 | 63 | 12 | 215 | 116 | 67 |
| Binary | 110010 | 11100110 | 1110001 | 1001110 | 0 | 110011 | 1010 | 10001101 | 1001110 | 110111 |
Color Harmonies of #32E671
Complementary color
Monochromatic Colors of #32E671
Black with #32E671
Text Example
Text Example
White with #32E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E671; }
p { color: rgb(50,230,113); }
H1.HeaderClassName
{
color: #32E671;
}
.AnyTagClassName
{
color: #32E671;
}
</style>
background-color css
<style>
a { background-color: #32E671; }
a { background-color: rgb(50,230,113); }
div.DivClassName
{
background-color: #32E671;
}
.BgClassName
{
background-color: #32E671;
}
</style>
border-color css
<style>
span { border-color: #32E671; }
span { border-color: rgb(50,230,113); }
td.TdClassName
{
border-color: #32E671;
}
.TagClassName
{
border-color: #32E671;
}
</style>