Shades of Shamrock #32C986
Tints of Shamrock #32C986
RGB
CMYK
RGB Variations
Color information
#32C986 (or 0x32C986) is known color: Shamrock. HEX triplet: 32, C9 and 86. RGB value is (50,201,134). Sum of RGB (Red+Green+Blue) = 50+201+134=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #32C986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C986 is #CD3679. Grayscale: #949494. Windows color (decimal): -13448826 or 8833330. OLE color: 8833330.
HSL color Cylindrical-coordinate representation of color #32C986: hue angle of 153.38º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C986 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 201 | 134 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.21 |
| HSL | 153.38º | 0.6% | 0.49% | - |
| HSV(B) | 153.38º | 0.75% | 0.79% | - |
| XYZ | 26.51 | 44.17 | 29.68 | - |
| YUV | 148.21 | 119.97 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 201 | 134 | 0.75 | 0 | 0.33 | 0.21 | 153.38 | 0.6 | 0.49 |
| Hex | 32 | C9 | 86 | 4B | 0 | 21 | 15 | 99 | 3C | 31 |
| Octal | 62 | 311 | 206 | 113 | 0 | 41 | 25 | 231 | 74 | 61 |
| Binary | 110010 | 11001001 | 10000110 | 1001011 | 0 | 100001 | 10101 | 10011001 | 111100 | 110001 |
Color Harmonies of #32C986
Complementary color
Monochromatic Colors of #32C986
Black with #32C986
Text Example
Text Example
White with #32C986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C986; }
p { color: rgb(50,201,134); }
H1.HeaderClassName
{
color: #32C986;
}
.AnyTagClassName
{
color: #32C986;
}
</style>
background-color css
<style>
a { background-color: #32C986; }
a { background-color: rgb(50,201,134); }
div.DivClassName
{
background-color: #32C986;
}
.BgClassName
{
background-color: #32C986;
}
</style>
border-color css
<style>
span { border-color: #32C986; }
span { border-color: rgb(50,201,134); }
td.TdClassName
{
border-color: #32C986;
}
.TagClassName
{
border-color: #32C986;
}
</style>