Shades of Emerald #32E979
Tints of Emerald #32E979
RGB
CMYK
RGB Variations
Color information
#32E979 (or 0x32E979) is known color: Emerald. HEX triplet: 32, E9 and 79. RGB value is (50,233,121). Sum of RGB (Red+Green+Blue) = 50+233+121=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 233 (91.41% from 255 or 57.67% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 233 - color contains mainly: green. Hex color #32E979 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E979 is #CD1686. Grayscale: #A5A5A5. Windows color (decimal): -13440647 or 7989554. OLE color: 7989554.
HSL color Cylindrical-coordinate representation of color #32E979: hue angle of 143.28º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32E979 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 233 | 121 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.09 |
| HSL | 143.28º | 0.81% | 0.55% | - |
| HSV(B) | 143.28º | 0.79% | 0.91% | - |
| XYZ | 33.91 | 60.34 | 27.95 | - |
| YUV | 165.52 | 102.87 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 233 | 121 | 0.79 | 0 | 0.48 | 0.09 | 143.28 | 0.81 | 0.55 |
| Hex | 32 | E9 | 79 | 4F | 0 | 30 | 9 | 8F | 51 | 37 |
| Octal | 62 | 351 | 171 | 117 | 0 | 60 | 11 | 217 | 121 | 67 |
| Binary | 110010 | 11101001 | 1111001 | 1001111 | 0 | 110000 | 1001 | 10001111 | 1010001 | 110111 |
Color Harmonies of #32E979
Complementary color
Monochromatic Colors of #32E979
Black with #32E979
Text Example
Text Example
White with #32E979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E979; }
p { color: rgb(50,233,121); }
H1.HeaderClassName
{
color: #32E979;
}
.AnyTagClassName
{
color: #32E979;
}
</style>
background-color css
<style>
a { background-color: #32E979; }
a { background-color: rgb(50,233,121); }
div.DivClassName
{
background-color: #32E979;
}
.BgClassName
{
background-color: #32E979;
}
</style>
border-color css
<style>
span { border-color: #32E979; }
span { border-color: rgb(50,233,121); }
td.TdClassName
{
border-color: #32E979;
}
.TagClassName
{
border-color: #32E979;
}
</style>