Shades of Shamrock #32D796
Tints of Shamrock #32D796
RGB
CMYK
RGB Variations
Color information
#32D796 (or 0x32D796) is known color: Shamrock. HEX triplet: 32, D7 and 96. RGB value is (50,215,150). Sum of RGB (Red+Green+Blue) = 50+215+150=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #32D796 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D796 is #CD2869. Grayscale: #9E9E9E. Windows color (decimal): -13445226 or 9885490. OLE color: 9885490.
HSL color Cylindrical-coordinate representation of color #32D796: hue angle of 156.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D796 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 150 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.16 |
| HSL | 156.36º | 0.67% | 0.52% | - |
| HSV(B) | 156.36º | 0.77% | 0.84% | - |
| XYZ | 31.12 | 51.48 | 37.15 | - |
| YUV | 158.26 | 123.34 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 150 | 0.77 | 0 | 0.30 | 0.16 | 156.36 | 0.67 | 0.52 |
| Hex | 32 | D7 | 96 | 4D | 0 | 1E | 10 | 9C | 43 | 34 |
| Octal | 62 | 327 | 226 | 115 | 0 | 36 | 20 | 234 | 103 | 64 |
| Binary | 110010 | 11010111 | 10010110 | 1001101 | 0 | 11110 | 10000 | 10011100 | 1000011 | 110100 |
Color Harmonies of #32D796
Complementary color
Monochromatic Colors of #32D796
Black with #32D796
Text Example
Text Example
White with #32D796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D796; }
p { color: rgb(50,215,150); }
H1.HeaderClassName
{
color: #32D796;
}
.AnyTagClassName
{
color: #32D796;
}
</style>
background-color css
<style>
a { background-color: #32D796; }
a { background-color: rgb(50,215,150); }
div.DivClassName
{
background-color: #32D796;
}
.BgClassName
{
background-color: #32D796;
}
</style>
border-color css
<style>
span { border-color: #32D796; }
span { border-color: rgb(50,215,150); }
td.TdClassName
{
border-color: #32D796;
}
.TagClassName
{
border-color: #32D796;
}
</style>