Shades of Shamrock #32DD80
Tints of Shamrock #32DD80
RGB
CMYK
RGB Variations
Color information
#32DD80 (or 0x32DD80) is known color: Shamrock. HEX triplet: 32, DD and 80. RGB value is (50,221,128). Sum of RGB (Red+Green+Blue) = 50+221+128=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32DD80 is #CD227F. Grayscale: #9F9F9F. Windows color (decimal): -13443712 or 8445234. OLE color: 8445234.
HSL color Cylindrical-coordinate representation of color #32DD80: hue angle of 147.37º 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 #32DD80 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 128 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.13 |
| HSL | 147.37º | 0.72% | 0.53% | - |
| HSV(B) | 147.37º | 0.77% | 0.87% | - |
| XYZ | 31.07 | 53.95 | 29.2 | - |
| YUV | 159.27 | 110.35 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 128 | 0.77 | 0 | 0.42 | 0.13 | 147.37 | 0.72 | 0.53 |
| Hex | 32 | DD | 80 | 4D | 0 | 2A | D | 93 | 48 | 35 |
| Octal | 62 | 335 | 200 | 115 | 0 | 52 | 15 | 223 | 110 | 65 |
| Binary | 110010 | 11011101 | 10000000 | 1001101 | 0 | 101010 | 1101 | 10010011 | 1001000 | 110101 |
Color Harmonies of #32DD80
Complementary color
Monochromatic Colors of #32DD80
Black with #32DD80
Text Example
Text Example
White with #32DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD80; }
p { color: rgb(50,221,128); }
H1.HeaderClassName
{
color: #32DD80;
}
.AnyTagClassName
{
color: #32DD80;
}
</style>
background-color css
<style>
a { background-color: #32DD80; }
a { background-color: rgb(50,221,128); }
div.DivClassName
{
background-color: #32DD80;
}
.BgClassName
{
background-color: #32DD80;
}
</style>
border-color css
<style>
span { border-color: #32DD80; }
span { border-color: rgb(50,221,128); }
td.TdClassName
{
border-color: #32DD80;
}
.TagClassName
{
border-color: #32DD80;
}
</style>