Shades of Emerald #32DE7C
Tints of Emerald #32DE7C
RGB
CMYK
RGB Variations
Color information
#32DE7C (or 0x32DE7C) is known color: Emerald. HEX triplet: 32, DE and 7C. RGB value is (50,222,124). Sum of RGB (Red+Green+Blue) = 50+222+124=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 222 (87.11% from 255 or 56.06% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DE7C is #CD2183. Grayscale: #9F9F9F. Windows color (decimal): -13443460 or 8183346. OLE color: 8183346.
HSL color Cylindrical-coordinate representation of color #32DE7C: hue angle of 145.81º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DE7C is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 124 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.13 |
| HSL | 145.81º | 0.72% | 0.53% | - |
| HSV(B) | 145.81º | 0.77% | 0.87% | - |
| XYZ | 31.07 | 54.38 | 27.93 | - |
| YUV | 159.4 | 108.02 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 124 | 0.77 | 0 | 0.44 | 0.13 | 145.81 | 0.72 | 0.53 |
| Hex | 32 | DE | 7C | 4D | 0 | 2C | D | 92 | 48 | 35 |
| Octal | 62 | 336 | 174 | 115 | 0 | 54 | 15 | 222 | 110 | 65 |
| Binary | 110010 | 11011110 | 1111100 | 1001101 | 0 | 101100 | 1101 | 10010010 | 1001000 | 110101 |
Color Harmonies of #32DE7C
Complementary color
Monochromatic Colors of #32DE7C
Black with #32DE7C
Text Example
Text Example
White with #32DE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DE7C; }
p { color: rgb(50,222,124); }
H1.HeaderClassName
{
color: #32DE7C;
}
.AnyTagClassName
{
color: #32DE7C;
}
</style>
background-color css
<style>
a { background-color: #32DE7C; }
a { background-color: rgb(50,222,124); }
div.DivClassName
{
background-color: #32DE7C;
}
.BgClassName
{
background-color: #32DE7C;
}
</style>
border-color css
<style>
span { border-color: #32DE7C; }
span { border-color: rgb(50,222,124); }
td.TdClassName
{
border-color: #32DE7C;
}
.TagClassName
{
border-color: #32DE7C;
}
</style>