Shades of Shamrock #32E17F
Tints of Shamrock #32E17F
RGB
CMYK
RGB Variations
Color information
#32E17F (or 0x32E17F) is known color: Shamrock. HEX triplet: 32, E1 and 7F. RGB value is (50,225,127). Sum of RGB (Red+Green+Blue) = 50+225+127=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 225 (88.28% from 255 or 55.97% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 225 - color contains mainly: green. Hex color #32E17F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E17F is #CD1E80. Grayscale: #A1A1A1. Windows color (decimal): -13442689 or 8380722. OLE color: 8380722.
HSL color Cylindrical-coordinate representation of color #32E17F: hue angle of 146.4º 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 #32E17F is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 127 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.12 |
| HSL | 146.4º | 0.74% | 0.54% | - |
| HSV(B) | 146.4º | 0.78% | 0.88% | - |
| XYZ | 32.07 | 56.06 | 29.21 | - |
| YUV | 161.5 | 108.52 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 127 | 0.78 | 0 | 0.44 | 0.12 | 146.4 | 0.74 | 0.54 |
| Hex | 32 | E1 | 7F | 4E | 0 | 2C | C | 92 | 4A | 36 |
| Octal | 62 | 341 | 177 | 116 | 0 | 54 | 14 | 222 | 112 | 66 |
| Binary | 110010 | 11100001 | 1111111 | 1001110 | 0 | 101100 | 1100 | 10010010 | 1001010 | 110110 |
Color Harmonies of #32E17F
Complementary color
Monochromatic Colors of #32E17F
Black with #32E17F
Text Example
Text Example
White with #32E17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E17F; }
p { color: rgb(50,225,127); }
H1.HeaderClassName
{
color: #32E17F;
}
.AnyTagClassName
{
color: #32E17F;
}
</style>
background-color css
<style>
a { background-color: #32E17F; }
a { background-color: rgb(50,225,127); }
div.DivClassName
{
background-color: #32E17F;
}
.BgClassName
{
background-color: #32E17F;
}
</style>
border-color css
<style>
span { border-color: #32E17F; }
span { border-color: rgb(50,225,127); }
td.TdClassName
{
border-color: #32E17F;
}
.TagClassName
{
border-color: #32E17F;
}
</style>