Shades of Shamrock #32D195
Tints of Shamrock #32D195
RGB
CMYK
RGB Variations
Color information
#32D195 (or 0x32D195) is known color: Shamrock. HEX triplet: 32, D1 and 95. RGB value is (50,209,149). Sum of RGB (Red+Green+Blue) = 50+209+149=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 209 (82.03% from 255 or 51.23% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 209 - color contains mainly: green. Hex color #32D195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D195 is #CD2E6A. Grayscale: #9A9A9A. Windows color (decimal): -13446763 or 9818418. OLE color: 9818418.
HSL color Cylindrical-coordinate representation of color #32D195: hue angle of 157.36º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D195 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 209 | 149 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.18 |
| HSL | 157.36º | 0.63% | 0.51% | - |
| HSV(B) | 157.36º | 0.76% | 0.82% | - |
| XYZ | 29.54 | 48.45 | 36.23 | - |
| YUV | 154.62 | 124.82 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 209 | 149 | 0.76 | 0 | 0.29 | 0.18 | 157.36 | 0.63 | 0.51 |
| Hex | 32 | D1 | 95 | 4C | 0 | 1D | 12 | 9D | 3F | 33 |
| Octal | 62 | 321 | 225 | 114 | 0 | 35 | 22 | 235 | 77 | 63 |
| Binary | 110010 | 11010001 | 10010101 | 1001100 | 0 | 11101 | 10010 | 10011101 | 111111 | 110011 |
Color Harmonies of #32D195
Complementary color
Monochromatic Colors of #32D195
Black with #32D195
Text Example
Text Example
White with #32D195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D195; }
p { color: rgb(50,209,149); }
H1.HeaderClassName
{
color: #32D195;
}
.AnyTagClassName
{
color: #32D195;
}
</style>
background-color css
<style>
a { background-color: #32D195; }
a { background-color: rgb(50,209,149); }
div.DivClassName
{
background-color: #32D195;
}
.BgClassName
{
background-color: #32D195;
}
</style>
border-color css
<style>
span { border-color: #32D195; }
span { border-color: rgb(50,209,149); }
td.TdClassName
{
border-color: #32D195;
}
.TagClassName
{
border-color: #32D195;
}
</style>