Shades of Shamrock #32DD93
Tints of Shamrock #32DD93
RGB
CMYK
RGB Variations
Color information
#32DD93 (or 0x32DD93) is known color: Shamrock. HEX triplet: 32, DD and 93. RGB value is (50,221,147). Sum of RGB (Red+Green+Blue) = 50+221+147=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32DD93 is #CD226C. Grayscale: #A1A1A1. Windows color (decimal): -13443693 or 9690418. OLE color: 9690418.
HSL color Cylindrical-coordinate representation of color #32DD93: hue angle of 154.04º 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 #32DD93 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 147 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.13 |
| HSL | 154.04º | 0.72% | 0.53% | - |
| HSV(B) | 154.04º | 0.77% | 0.87% | - |
| XYZ | 32.44 | 54.5 | 36.41 | - |
| YUV | 161.44 | 119.85 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 147 | 0.77 | 0 | 0.33 | 0.13 | 154.04 | 0.72 | 0.53 |
| Hex | 32 | DD | 93 | 4D | 0 | 21 | D | 9A | 48 | 35 |
| Octal | 62 | 335 | 223 | 115 | 0 | 41 | 15 | 232 | 110 | 65 |
| Binary | 110010 | 11011101 | 10010011 | 1001101 | 0 | 100001 | 1101 | 10011010 | 1001000 | 110101 |
Color Harmonies of #32DD93
Complementary color
Monochromatic Colors of #32DD93
Black with #32DD93
Text Example
Text Example
White with #32DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD93; }
p { color: rgb(50,221,147); }
H1.HeaderClassName
{
color: #32DD93;
}
.AnyTagClassName
{
color: #32DD93;
}
</style>
background-color css
<style>
a { background-color: #32DD93; }
a { background-color: rgb(50,221,147); }
div.DivClassName
{
background-color: #32DD93;
}
.BgClassName
{
background-color: #32DD93;
}
</style>
border-color css
<style>
span { border-color: #32DD93; }
span { border-color: rgb(50,221,147); }
td.TdClassName
{
border-color: #32DD93;
}
.TagClassName
{
border-color: #32DD93;
}
</style>