Shades of Shamrock #32D491
Tints of Shamrock #32D491
RGB
CMYK
RGB Variations
Color information
#32D491 (or 0x32D491) is known color: Shamrock. HEX triplet: 32, D4 and 91. RGB value is (50,212,145). Sum of RGB (Red+Green+Blue) = 50+212+145=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 212 (83.20% from 255 or 52.09% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 212 - color contains mainly: green. Hex color #32D491 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D491 is #CD2B6E. Grayscale: #9C9C9C. Windows color (decimal): -13445999 or 9557042. OLE color: 9557042.
HSL color Cylindrical-coordinate representation of color #32D491: hue angle of 155.19º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D491 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 212 | 145 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.17 |
| HSL | 155.19º | 0.65% | 0.51% | - |
| HSV(B) | 155.19º | 0.76% | 0.83% | - |
| XYZ | 29.97 | 49.81 | 34.82 | - |
| YUV | 155.92 | 121.83 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 212 | 145 | 0.76 | 0 | 0.32 | 0.17 | 155.19 | 0.65 | 0.51 |
| Hex | 32 | D4 | 91 | 4C | 0 | 20 | 11 | 9B | 41 | 33 |
| Octal | 62 | 324 | 221 | 114 | 0 | 40 | 21 | 233 | 101 | 63 |
| Binary | 110010 | 11010100 | 10010001 | 1001100 | 0 | 100000 | 10001 | 10011011 | 1000001 | 110011 |
Color Harmonies of #32D491
Complementary color
Monochromatic Colors of #32D491
Black with #32D491
Text Example
Text Example
White with #32D491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D491; }
p { color: rgb(50,212,145); }
H1.HeaderClassName
{
color: #32D491;
}
.AnyTagClassName
{
color: #32D491;
}
</style>
background-color css
<style>
a { background-color: #32D491; }
a { background-color: rgb(50,212,145); }
div.DivClassName
{
background-color: #32D491;
}
.BgClassName
{
background-color: #32D491;
}
</style>
border-color css
<style>
span { border-color: #32D491; }
span { border-color: rgb(50,212,145); }
td.TdClassName
{
border-color: #32D491;
}
.TagClassName
{
border-color: #32D491;
}
</style>