Shades of Emerald #32DD69
Tints of Emerald #32DD69
RGB
CMYK
RGB Variations
Color information
#32DD69 (or 0x32DD69) is known color: Emerald. HEX triplet: 32, DD and 69. RGB value is (50,221,105). Sum of RGB (Red+Green+Blue) = 50+221+105=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD69 is #CD2296. Grayscale: #9C9C9C. Windows color (decimal): -13443735 or 6937906. OLE color: 6937906.
HSL color Cylindrical-coordinate representation of color #32DD69: hue angle of 139.3º 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 #32DD69 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 105 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.13 |
| HSL | 139.3º | 0.72% | 0.53% | - |
| HSV(B) | 139.3º | 0.77% | 0.87% | - |
| XYZ | 29.72 | 53.41 | 22.11 | - |
| YUV | 156.65 | 98.85 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 105 | 0.77 | 0 | 0.52 | 0.13 | 139.3 | 0.72 | 0.53 |
| Hex | 32 | DD | 69 | 4D | 0 | 34 | D | 8B | 48 | 35 |
| Octal | 62 | 335 | 151 | 115 | 0 | 64 | 15 | 213 | 110 | 65 |
| Binary | 110010 | 11011101 | 1101001 | 1001101 | 0 | 110100 | 1101 | 10001011 | 1001000 | 110101 |
Color Harmonies of #32DD69
Complementary color
Monochromatic Colors of #32DD69
Black with #32DD69
Text Example
Text Example
White with #32DD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD69; }
p { color: rgb(50,221,105); }
H1.HeaderClassName
{
color: #32DD69;
}
.AnyTagClassName
{
color: #32DD69;
}
</style>
background-color css
<style>
a { background-color: #32DD69; }
a { background-color: rgb(50,221,105); }
div.DivClassName
{
background-color: #32DD69;
}
.BgClassName
{
background-color: #32DD69;
}
</style>
border-color css
<style>
span { border-color: #32DD69; }
span { border-color: rgb(50,221,105); }
td.TdClassName
{
border-color: #32DD69;
}
.TagClassName
{
border-color: #32DD69;
}
</style>