Shades of Shamrock #32E186
Tints of Shamrock #32E186
RGB
CMYK
RGB Variations
Color information
#32E186 (or 0x32E186) is known color: Shamrock. HEX triplet: 32, E1 and 86. RGB value is (50,225,134). Sum of RGB (Red+Green+Blue) = 50+225+134=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 225 (88.28% from 255 or 55.01% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 225 - color contains mainly: green. Hex color #32E186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32E186 is #CD1E79. Grayscale: #A2A2A2. Windows color (decimal): -13442682 or 8839474. OLE color: 8839474.
HSL color Cylindrical-coordinate representation of color #32E186: hue angle of 148.8º 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 #32E186 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 134 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.12 |
| HSL | 148.8º | 0.74% | 0.54% | - |
| HSV(B) | 148.8º | 0.78% | 0.88% | - |
| XYZ | 32.54 | 56.25 | 31.7 | - |
| YUV | 162.3 | 112.02 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 134 | 0.78 | 0 | 0.40 | 0.12 | 148.8 | 0.74 | 0.54 |
| Hex | 32 | E1 | 86 | 4E | 0 | 28 | C | 95 | 4A | 36 |
| Octal | 62 | 341 | 206 | 116 | 0 | 50 | 14 | 225 | 112 | 66 |
| Binary | 110010 | 11100001 | 10000110 | 1001110 | 0 | 101000 | 1100 | 10010101 | 1001010 | 110110 |
Color Harmonies of #32E186
Complementary color
Monochromatic Colors of #32E186
Black with #32E186
Text Example
Text Example
White with #32E186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E186; }
p { color: rgb(50,225,134); }
H1.HeaderClassName
{
color: #32E186;
}
.AnyTagClassName
{
color: #32E186;
}
</style>
background-color css
<style>
a { background-color: #32E186; }
a { background-color: rgb(50,225,134); }
div.DivClassName
{
background-color: #32E186;
}
.BgClassName
{
background-color: #32E186;
}
</style>
border-color css
<style>
span { border-color: #32E186; }
span { border-color: rgb(50,225,134); }
td.TdClassName
{
border-color: #32E186;
}
.TagClassName
{
border-color: #32E186;
}
</style>