Shades of Emerald #32EF71
Tints of Emerald #32EF71
RGB
CMYK
RGB Variations
Color information
#32EF71 (or 0x32EF71) is known color: Emerald. HEX triplet: 32, EF and 71. RGB value is (50,239,113). Sum of RGB (Red+Green+Blue) = 50+239+113=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 239 (93.75% from 255 or 59.45% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EF71 is #CD108E. Grayscale: #A8A8A8. Windows color (decimal): -13439119 or 7466802. OLE color: 7466802.
HSL color Cylindrical-coordinate representation of color #32EF71: hue angle of 140º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EF71 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 113 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.06 |
| HSL | 140º | 0.86% | 0.57% | - |
| HSV(B) | 140º | 0.79% | 0.94% | - |
| XYZ | 35.16 | 63.6 | 26.05 | - |
| YUV | 168.13 | 96.88 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 113 | 0.79 | 0 | 0.53 | 0.06 | 140 | 0.86 | 0.57 |
| Hex | 32 | EF | 71 | 4F | 0 | 35 | 6 | 8C | 56 | 39 |
| Octal | 62 | 357 | 161 | 117 | 0 | 65 | 6 | 214 | 126 | 71 |
| Binary | 110010 | 11101111 | 1110001 | 1001111 | 0 | 110101 | 110 | 10001100 | 1010110 | 111001 |
Color Harmonies of #32EF71
Complementary color
Monochromatic Colors of #32EF71
Black with #32EF71
Text Example
Text Example
White with #32EF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EF71; }
p { color: rgb(50,239,113); }
H1.HeaderClassName
{
color: #32EF71;
}
.AnyTagClassName
{
color: #32EF71;
}
</style>
background-color css
<style>
a { background-color: #32EF71; }
a { background-color: rgb(50,239,113); }
div.DivClassName
{
background-color: #32EF71;
}
.BgClassName
{
background-color: #32EF71;
}
</style>
border-color css
<style>
span { border-color: #32EF71; }
span { border-color: rgb(50,239,113); }
td.TdClassName
{
border-color: #32EF71;
}
.TagClassName
{
border-color: #32EF71;
}
</style>