Shades of Emerald #32E774
Tints of Emerald #32E774
RGB
CMYK
RGB Variations
Color information
#32E774 (or 0x32E774) is known color: Emerald. HEX triplet: 32, E7 and 74. RGB value is (50,231,116). Sum of RGB (Red+Green+Blue) = 50+231+116=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 231 (90.62% from 255 or 58.19% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 231 - color contains mainly: green. Hex color #32E774 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E774 is #CD188B. Grayscale: #A4A4A4. Windows color (decimal): -13441164 or 7661362. OLE color: 7661362.
HSL color Cylindrical-coordinate representation of color #32E774: hue angle of 141.88º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E774 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 231 | 116 | - |
| CMYK | 0.78 | 0 | 0.50 | 0.09 |
| HSL | 141.88º | 0.79% | 0.55% | - |
| HSV(B) | 141.88º | 0.78% | 0.91% | - |
| XYZ | 33.04 | 59.09 | 26.19 | - |
| YUV | 163.77 | 101.03 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 231 | 116 | 0.78 | 0 | 0.50 | 0.09 | 141.88 | 0.79 | 0.55 |
| Hex | 32 | E7 | 74 | 4E | 0 | 32 | 9 | 8E | 4F | 37 |
| Octal | 62 | 347 | 164 | 116 | 0 | 62 | 11 | 216 | 117 | 67 |
| Binary | 110010 | 11100111 | 1110100 | 1001110 | 0 | 110010 | 1001 | 10001110 | 1001111 | 110111 |
Color Harmonies of #32E774
Complementary color
Monochromatic Colors of #32E774
Black with #32E774
Text Example
Text Example
White with #32E774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E774; }
p { color: rgb(50,231,116); }
H1.HeaderClassName
{
color: #32E774;
}
.AnyTagClassName
{
color: #32E774;
}
</style>
background-color css
<style>
a { background-color: #32E774; }
a { background-color: rgb(50,231,116); }
div.DivClassName
{
background-color: #32E774;
}
.BgClassName
{
background-color: #32E774;
}
</style>
border-color css
<style>
span { border-color: #32E774; }
span { border-color: rgb(50,231,116); }
td.TdClassName
{
border-color: #32E774;
}
.TagClassName
{
border-color: #32E774;
}
</style>