Shades of Emerald #32E977
Tints of Emerald #32E977
RGB
CMYK
RGB Variations
Color information
#32E977 (or 0x32E977) is known color: Emerald. HEX triplet: 32, E9 and 77. RGB value is (50,233,119). Sum of RGB (Red+Green+Blue) = 50+233+119=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 233 (91.41% from 255 or 57.96% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 233 - color contains mainly: green. Hex color #32E977 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E977 is #CD1688. Grayscale: #A5A5A5. Windows color (decimal): -13440649 or 7858482. OLE color: 7858482.
HSL color Cylindrical-coordinate representation of color #32E977: hue angle of 142.62º 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 #32E977 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 233 | 119 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.09 |
| HSL | 142.62º | 0.81% | 0.55% | - |
| HSV(B) | 142.62º | 0.79% | 0.91% | - |
| XYZ | 33.78 | 60.29 | 27.31 | - |
| YUV | 165.29 | 101.87 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 233 | 119 | 0.79 | 0 | 0.49 | 0.09 | 142.62 | 0.81 | 0.55 |
| Hex | 32 | E9 | 77 | 4F | 0 | 31 | 9 | 8F | 51 | 37 |
| Octal | 62 | 351 | 167 | 117 | 0 | 61 | 11 | 217 | 121 | 67 |
| Binary | 110010 | 11101001 | 1110111 | 1001111 | 0 | 110001 | 1001 | 10001111 | 1010001 | 110111 |
Color Harmonies of #32E977
Complementary color
Monochromatic Colors of #32E977
Black with #32E977
Text Example
Text Example
White with #32E977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E977; }
p { color: rgb(50,233,119); }
H1.HeaderClassName
{
color: #32E977;
}
.AnyTagClassName
{
color: #32E977;
}
</style>
background-color css
<style>
a { background-color: #32E977; }
a { background-color: rgb(50,233,119); }
div.DivClassName
{
background-color: #32E977;
}
.BgClassName
{
background-color: #32E977;
}
</style>
border-color css
<style>
span { border-color: #32E977; }
span { border-color: rgb(50,233,119); }
td.TdClassName
{
border-color: #32E977;
}
.TagClassName
{
border-color: #32E977;
}
</style>