Shades of Shamrock #32DD89
Tints of Shamrock #32DD89
RGB
CMYK
RGB Variations
Color information
#32DD89 (or 0x32DD89) is known color: Shamrock. HEX triplet: 32, DD and 89. RGB value is (50,221,137). Sum of RGB (Red+Green+Blue) = 50+221+137=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32DD89 is #CD2276. Grayscale: #A0A0A0. Windows color (decimal): -13443703 or 9035058. OLE color: 9035058.
HSL color Cylindrical-coordinate representation of color #32DD89: hue angle of 150.53º 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 #32DD89 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 137 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.13 |
| HSL | 150.53º | 0.72% | 0.53% | - |
| HSV(B) | 150.53º | 0.77% | 0.87% | - |
| XYZ | 31.69 | 54.2 | 32.46 | - |
| YUV | 160.3 | 114.85 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 137 | 0.77 | 0 | 0.38 | 0.13 | 150.53 | 0.72 | 0.53 |
| Hex | 32 | DD | 89 | 4D | 0 | 26 | D | 97 | 48 | 35 |
| Octal | 62 | 335 | 211 | 115 | 0 | 46 | 15 | 227 | 110 | 65 |
| Binary | 110010 | 11011101 | 10001001 | 1001101 | 0 | 100110 | 1101 | 10010111 | 1001000 | 110101 |
Color Harmonies of #32DD89
Complementary color
Monochromatic Colors of #32DD89
Black with #32DD89
Text Example
Text Example
White with #32DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD89; }
p { color: rgb(50,221,137); }
H1.HeaderClassName
{
color: #32DD89;
}
.AnyTagClassName
{
color: #32DD89;
}
</style>
background-color css
<style>
a { background-color: #32DD89; }
a { background-color: rgb(50,221,137); }
div.DivClassName
{
background-color: #32DD89;
}
.BgClassName
{
background-color: #32DD89;
}
</style>
border-color css
<style>
span { border-color: #32DD89; }
span { border-color: rgb(50,221,137); }
td.TdClassName
{
border-color: #32DD89;
}
.TagClassName
{
border-color: #32DD89;
}
</style>