Shades of Shamrock #32E194
Tints of Shamrock #32E194
RGB
CMYK
RGB Variations
Color information
#32E194 (or 0x32E194) is known color: Shamrock. HEX triplet: 32, E1 and 94. RGB value is (50,225,148). Sum of RGB (Red+Green+Blue) = 50+225+148=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #32E194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32E194 is #CD1E6B. Grayscale: #A4A4A4. Windows color (decimal): -13442668 or 9756978. OLE color: 9756978.
HSL color Cylindrical-coordinate representation of color #32E194: hue angle of 153.6º 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 #32E194 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 148 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.12 |
| HSL | 153.6º | 0.74% | 0.54% | - |
| HSV(B) | 153.6º | 0.78% | 0.88% | - |
| XYZ | 33.59 | 56.67 | 37.18 | - |
| YUV | 163.9 | 119.02 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 148 | 0.78 | 0 | 0.34 | 0.12 | 153.6 | 0.74 | 0.54 |
| Hex | 32 | E1 | 94 | 4E | 0 | 22 | C | 9A | 4A | 36 |
| Octal | 62 | 341 | 224 | 116 | 0 | 42 | 14 | 232 | 112 | 66 |
| Binary | 110010 | 11100001 | 10010100 | 1001110 | 0 | 100010 | 1100 | 10011010 | 1001010 | 110110 |
Color Harmonies of #32E194
Complementary color
Monochromatic Colors of #32E194
Black with #32E194
Text Example
Text Example
White with #32E194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E194; }
p { color: rgb(50,225,148); }
H1.HeaderClassName
{
color: #32E194;
}
.AnyTagClassName
{
color: #32E194;
}
</style>
background-color css
<style>
a { background-color: #32E194; }
a { background-color: rgb(50,225,148); }
div.DivClassName
{
background-color: #32E194;
}
.BgClassName
{
background-color: #32E194;
}
</style>
border-color css
<style>
span { border-color: #32E194; }
span { border-color: rgb(50,225,148); }
td.TdClassName
{
border-color: #32E194;
}
.TagClassName
{
border-color: #32E194;
}
</style>