Shades of Shamrock #32DE93
Tints of Shamrock #32DE93
RGB
CMYK
RGB Variations
Color information
#32DE93 (or 0x32DE93) is known color: Shamrock. HEX triplet: 32, DE and 93. RGB value is (50,222,147). Sum of RGB (Red+Green+Blue) = 50+222+147=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 222 (87.11% from 255 or 52.98% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32DE93 is #CD216C. Grayscale: #A2A2A2. Windows color (decimal): -13443437 or 9690674. OLE color: 9690674.
HSL color Cylindrical-coordinate representation of color #32DE93: hue angle of 153.84º 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 #32DE93 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 147 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.13 |
| HSL | 153.84º | 0.72% | 0.53% | - |
| HSV(B) | 153.84º | 0.77% | 0.87% | - |
| XYZ | 32.7 | 55.03 | 36.5 | - |
| YUV | 162.02 | 119.52 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 147 | 0.77 | 0 | 0.34 | 0.13 | 153.84 | 0.72 | 0.53 |
| Hex | 32 | DE | 93 | 4D | 0 | 22 | D | 9A | 48 | 35 |
| Octal | 62 | 336 | 223 | 115 | 0 | 42 | 15 | 232 | 110 | 65 |
| Binary | 110010 | 11011110 | 10010011 | 1001101 | 0 | 100010 | 1101 | 10011010 | 1001000 | 110101 |
Color Harmonies of #32DE93
Complementary color
Monochromatic Colors of #32DE93
Black with #32DE93
Text Example
Text Example
White with #32DE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DE93; }
p { color: rgb(50,222,147); }
H1.HeaderClassName
{
color: #32DE93;
}
.AnyTagClassName
{
color: #32DE93;
}
</style>
background-color css
<style>
a { background-color: #32DE93; }
a { background-color: rgb(50,222,147); }
div.DivClassName
{
background-color: #32DE93;
}
.BgClassName
{
background-color: #32DE93;
}
</style>
border-color css
<style>
span { border-color: #32DE93; }
span { border-color: rgb(50,222,147); }
td.TdClassName
{
border-color: #32DE93;
}
.TagClassName
{
border-color: #32DE93;
}
</style>