Shades of Emerald #32DD64
Tints of Emerald #32DD64
RGB
CMYK
RGB Variations
Color information
#32DD64 (or 0x32DD64) is known color: Emerald. HEX triplet: 32, DD and 64. RGB value is (50,221,100). Sum of RGB (Red+Green+Blue) = 50+221+100=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD64 is #CD229B. Grayscale: #9C9C9C. Windows color (decimal): -13443740 or 6610226. OLE color: 6610226.
HSL color Cylindrical-coordinate representation of color #32DD64: hue angle of 137.54º 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 #32DD64 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 100 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.13 |
| HSL | 137.54º | 0.72% | 0.53% | - |
| HSV(B) | 137.54º | 0.77% | 0.87% | - |
| XYZ | 29.47 | 53.31 | 20.79 | - |
| YUV | 156.08 | 96.35 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 100 | 0.77 | 0 | 0.55 | 0.13 | 137.54 | 0.72 | 0.53 |
| Hex | 32 | DD | 64 | 4D | 0 | 37 | D | 8A | 48 | 35 |
| Octal | 62 | 335 | 144 | 115 | 0 | 67 | 15 | 212 | 110 | 65 |
| Binary | 110010 | 11011101 | 1100100 | 1001101 | 0 | 110111 | 1101 | 10001010 | 1001000 | 110101 |
Color Harmonies of #32DD64
Complementary color
Monochromatic Colors of #32DD64
Black with #32DD64
Text Example
Text Example
White with #32DD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD64; }
p { color: rgb(50,221,100); }
H1.HeaderClassName
{
color: #32DD64;
}
.AnyTagClassName
{
color: #32DD64;
}
</style>
background-color css
<style>
a { background-color: #32DD64; }
a { background-color: rgb(50,221,100); }
div.DivClassName
{
background-color: #32DD64;
}
.BgClassName
{
background-color: #32DD64;
}
</style>
border-color css
<style>
span { border-color: #32DD64; }
span { border-color: rgb(50,221,100); }
td.TdClassName
{
border-color: #32DD64;
}
.TagClassName
{
border-color: #32DD64;
}
</style>