Shades of Shamrock #32E190
Tints of Shamrock #32E190
RGB
CMYK
RGB Variations
Color information
#32E190 (or 0x32E190) is known color: Shamrock. HEX triplet: 32, E1 and 90. RGB value is (50,225,144). Sum of RGB (Red+Green+Blue) = 50+225+144=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #32E190 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32E190 is #CD1E6F. Grayscale: #A3A3A3. Windows color (decimal): -13442672 or 9494834. OLE color: 9494834.
HSL color Cylindrical-coordinate representation of color #32E190: hue angle of 152.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E190 is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 144 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.12 |
| HSL | 152.23º | 0.74% | 0.54% | - |
| HSV(B) | 152.23º | 0.78% | 0.88% | - |
| XYZ | 33.27 | 56.54 | 35.55 | - |
| YUV | 163.44 | 117.02 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 144 | 0.78 | 0 | 0.36 | 0.12 | 152.23 | 0.74 | 0.54 |
| Hex | 32 | E1 | 90 | 4E | 0 | 24 | C | 98 | 4A | 36 |
| Octal | 62 | 341 | 220 | 116 | 0 | 44 | 14 | 230 | 112 | 66 |
| Binary | 110010 | 11100001 | 10010000 | 1001110 | 0 | 100100 | 1100 | 10011000 | 1001010 | 110110 |
Color Harmonies of #32E190
Complementary color
Monochromatic Colors of #32E190
Black with #32E190
Text Example
Text Example
White with #32E190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E190; }
p { color: rgb(50,225,144); }
H1.HeaderClassName
{
color: #32E190;
}
.AnyTagClassName
{
color: #32E190;
}
</style>
background-color css
<style>
a { background-color: #32E190; }
a { background-color: rgb(50,225,144); }
div.DivClassName
{
background-color: #32E190;
}
.BgClassName
{
background-color: #32E190;
}
</style>
border-color css
<style>
span { border-color: #32E190; }
span { border-color: rgb(50,225,144); }
td.TdClassName
{
border-color: #32E190;
}
.TagClassName
{
border-color: #32E190;
}
</style>