Shades of Shamrock #32C59D
Tints of Shamrock #32C59D
RGB
CMYK
RGB Variations
Color information
#32C59D (or 0x32C59D) is known color: Shamrock. HEX triplet: 32, C5 and 9D. RGB value is (50,197,157). Sum of RGB (Red+Green+Blue) = 50+197+157=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #32C59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C59D is #CD3A62. Grayscale: #949494. Windows color (decimal): -13449827 or 10339634. OLE color: 10339634.
HSL color Cylindrical-coordinate representation of color #32C59D: hue angle of 163.67º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C59D is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 157 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.23 |
| HSL | 163.67º | 0.6% | 0.48% | - |
| HSV(B) | 163.67º | 0.75% | 0.77% | - |
| XYZ | 27.37 | 43.04 | 38.76 | - |
| YUV | 148.49 | 132.8 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 157 | 0.75 | 0 | 0.20 | 0.23 | 163.67 | 0.6 | 0.48 |
| Hex | 32 | C5 | 9D | 4B | 0 | 14 | 17 | A4 | 3C | 30 |
| Octal | 62 | 305 | 235 | 113 | 0 | 24 | 27 | 244 | 74 | 60 |
| Binary | 110010 | 11000101 | 10011101 | 1001011 | 0 | 10100 | 10111 | 10100100 | 111100 | 110000 |
Color Harmonies of #32C59D
Complementary color
Monochromatic Colors of #32C59D
Black with #32C59D
Text Example
Text Example
White with #32C59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C59D; }
p { color: rgb(50,197,157); }
H1.HeaderClassName
{
color: #32C59D;
}
.AnyTagClassName
{
color: #32C59D;
}
</style>
background-color css
<style>
a { background-color: #32C59D; }
a { background-color: rgb(50,197,157); }
div.DivClassName
{
background-color: #32C59D;
}
.BgClassName
{
background-color: #32C59D;
}
</style>
border-color css
<style>
span { border-color: #32C59D; }
span { border-color: rgb(50,197,157); }
td.TdClassName
{
border-color: #32C59D;
}
.TagClassName
{
border-color: #32C59D;
}
</style>