Shades of Emerald #32EF72
Tints of Emerald #32EF72
RGB
CMYK
RGB Variations
Color information
#32EF72 (or 0x32EF72) is known color: Emerald. HEX triplet: 32, EF and 72. RGB value is (50,239,114). Sum of RGB (Red+Green+Blue) = 50+239+114=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 239 (93.75% from 255 or 59.31% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EF72 is #CD108D. Grayscale: #A8A8A8. Windows color (decimal): -13439118 or 7532338. OLE color: 7532338.
HSL color Cylindrical-coordinate representation of color #32EF72: hue angle of 140.32º 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 #32EF72 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 114 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.06 |
| HSL | 140.32º | 0.86% | 0.57% | - |
| HSV(B) | 140.32º | 0.79% | 0.94% | - |
| XYZ | 35.22 | 63.63 | 26.34 | - |
| YUV | 168.24 | 97.38 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 114 | 0.79 | 0 | 0.52 | 0.06 | 140.32 | 0.86 | 0.57 |
| Hex | 32 | EF | 72 | 4F | 0 | 34 | 6 | 8C | 56 | 39 |
| Octal | 62 | 357 | 162 | 117 | 0 | 64 | 6 | 214 | 126 | 71 |
| Binary | 110010 | 11101111 | 1110010 | 1001111 | 0 | 110100 | 110 | 10001100 | 1010110 | 111001 |
Color Harmonies of #32EF72
Complementary color
Monochromatic Colors of #32EF72
Black with #32EF72
Text Example
Text Example
White with #32EF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EF72; }
p { color: rgb(50,239,114); }
H1.HeaderClassName
{
color: #32EF72;
}
.AnyTagClassName
{
color: #32EF72;
}
</style>
background-color css
<style>
a { background-color: #32EF72; }
a { background-color: rgb(50,239,114); }
div.DivClassName
{
background-color: #32EF72;
}
.BgClassName
{
background-color: #32EF72;
}
</style>
border-color css
<style>
span { border-color: #32EF72; }
span { border-color: rgb(50,239,114); }
td.TdClassName
{
border-color: #32EF72;
}
.TagClassName
{
border-color: #32EF72;
}
</style>