Shades of Shamrock #32C884
Tints of Shamrock #32C884
RGB
CMYK
RGB Variations
Color information
#32C884 (or 0x32C884) is known color: Shamrock. HEX triplet: 32, C8 and 84. RGB value is (50,200,132). Sum of RGB (Red+Green+Blue) = 50+200+132=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 200 (78.52% from 255 or 52.36% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 200 - color contains mainly: green. Hex color #32C884 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C884 is #CD377B. Grayscale: #939393. Windows color (decimal): -13449084 or 8702002. OLE color: 8702002.
HSL color Cylindrical-coordinate representation of color #32C884: hue angle of 152.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C884 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 200 | 132 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.22 |
| HSL | 152.8º | 0.6% | 0.49% | - |
| HSV(B) | 152.8º | 0.75% | 0.78% | - |
| XYZ | 26.13 | 43.65 | 28.88 | - |
| YUV | 147.4 | 119.31 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 132 | 0.75 | 0 | 0.34 | 0.22 | 152.8 | 0.6 | 0.49 |
| Hex | 32 | C8 | 84 | 4B | 0 | 22 | 16 | 99 | 3C | 31 |
| Octal | 62 | 310 | 204 | 113 | 0 | 42 | 26 | 231 | 74 | 61 |
| Binary | 110010 | 11001000 | 10000100 | 1001011 | 0 | 100010 | 10110 | 10011001 | 111100 | 110001 |
Color Harmonies of #32C884
Complementary color
Monochromatic Colors of #32C884
Black with #32C884
Text Example
Text Example
White with #32C884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C884; }
p { color: rgb(50,200,132); }
H1.HeaderClassName
{
color: #32C884;
}
.AnyTagClassName
{
color: #32C884;
}
</style>
background-color css
<style>
a { background-color: #32C884; }
a { background-color: rgb(50,200,132); }
div.DivClassName
{
background-color: #32C884;
}
.BgClassName
{
background-color: #32C884;
}
</style>
border-color css
<style>
span { border-color: #32C884; }
span { border-color: rgb(50,200,132); }
td.TdClassName
{
border-color: #32C884;
}
.TagClassName
{
border-color: #32C884;
}
</style>