Shades of Emerald #32EE72
Tints of Emerald #32EE72
RGB
CMYK
RGB Variations
Color information
#32EE72 (or 0x32EE72) is known color: Emerald. HEX triplet: 32, EE and 72. RGB value is (50,238,114). Sum of RGB (Red+Green+Blue) = 50+238+114=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 238 (93.36% from 255 or 59.20% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 238 - color contains mainly: green. Hex color #32EE72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EE72 is #CD118D. Grayscale: #A7A7A7. Windows color (decimal): -13439374 or 7532082. OLE color: 7532082.
HSL color Cylindrical-coordinate representation of color #32EE72: hue angle of 140.43º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EE72 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 114 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.07 |
| HSL | 140.43º | 0.85% | 0.56% | - |
| HSV(B) | 140.43º | 0.79% | 0.93% | - |
| XYZ | 34.93 | 63.04 | 26.25 | - |
| YUV | 167.65 | 97.72 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 114 | 0.79 | 0 | 0.52 | 0.07 | 140.43 | 0.85 | 0.56 |
| Hex | 32 | EE | 72 | 4F | 0 | 34 | 7 | 8C | 55 | 38 |
| Octal | 62 | 356 | 162 | 117 | 0 | 64 | 7 | 214 | 125 | 70 |
| Binary | 110010 | 11101110 | 1110010 | 1001111 | 0 | 110100 | 111 | 10001100 | 1010101 | 111000 |
Color Harmonies of #32EE72
Complementary color
Monochromatic Colors of #32EE72
Black with #32EE72
Text Example
Text Example
White with #32EE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EE72; }
p { color: rgb(50,238,114); }
H1.HeaderClassName
{
color: #32EE72;
}
.AnyTagClassName
{
color: #32EE72;
}
</style>
background-color css
<style>
a { background-color: #32EE72; }
a { background-color: rgb(50,238,114); }
div.DivClassName
{
background-color: #32EE72;
}
.BgClassName
{
background-color: #32EE72;
}
</style>
border-color css
<style>
span { border-color: #32EE72; }
span { border-color: rgb(50,238,114); }
td.TdClassName
{
border-color: #32EE72;
}
.TagClassName
{
border-color: #32EE72;
}
</style>