Shades of Shamrock #32D59F
Tints of Shamrock #32D59F
RGB
CMYK
RGB Variations
Color information
#32D59F (or 0x32D59F) is known color: Shamrock. HEX triplet: 32, D5 and 9F. RGB value is (50,213,159). Sum of RGB (Red+Green+Blue) = 50+213+159=422 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.85% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #32D59F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D59F is #CD2A60. Grayscale: #9E9E9E. Windows color (decimal): -13445729 or 10474802. OLE color: 10474802.
HSL color Cylindrical-coordinate representation of color #32D59F: hue angle of 160.12º degrees, saturation: 0.66, 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 #32D59F is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 159 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.16 |
| HSL | 160.12º | 0.66% | 0.52% | - |
| HSV(B) | 160.12º | 0.77% | 0.84% | - |
| XYZ | 31.37 | 50.77 | 40.95 | - |
| YUV | 158.11 | 128.5 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 159 | 0.77 | 0 | 0.25 | 0.16 | 160.12 | 0.66 | 0.52 |
| Hex | 32 | D5 | 9F | 4D | 0 | 19 | 10 | A0 | 42 | 34 |
| Octal | 62 | 325 | 237 | 115 | 0 | 31 | 20 | 240 | 102 | 64 |
| Binary | 110010 | 11010101 | 10011111 | 1001101 | 0 | 11001 | 10000 | 10100000 | 1000010 | 110100 |
Color Harmonies of #32D59F
Complementary color
Monochromatic Colors of #32D59F
Black with #32D59F
Text Example
Text Example
White with #32D59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D59F; }
p { color: rgb(50,213,159); }
H1.HeaderClassName
{
color: #32D59F;
}
.AnyTagClassName
{
color: #32D59F;
}
</style>
background-color css
<style>
a { background-color: #32D59F; }
a { background-color: rgb(50,213,159); }
div.DivClassName
{
background-color: #32D59F;
}
.BgClassName
{
background-color: #32D59F;
}
</style>
border-color css
<style>
span { border-color: #32D59F; }
span { border-color: rgb(50,213,159); }
td.TdClassName
{
border-color: #32D59F;
}
.TagClassName
{
border-color: #32D59F;
}
</style>