Shades of Shamrock #32CA86
Tints of Shamrock #32CA86
RGB
CMYK
RGB Variations
Color information
#32CA86 (or 0x32CA86) is known color: Shamrock. HEX triplet: 32, CA and 86. RGB value is (50,202,134). Sum of RGB (Red+Green+Blue) = 50+202+134=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CA86 is #CD3579. Grayscale: #949494. Windows color (decimal): -13448570 or 8833586. OLE color: 8833586.
HSL color Cylindrical-coordinate representation of color #32CA86: hue angle of 153.16º 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 #32CA86 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 134 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.21 |
| HSL | 153.16º | 0.6% | 0.49% | - |
| HSV(B) | 153.16º | 0.75% | 0.79% | - |
| XYZ | 26.74 | 44.64 | 29.76 | - |
| YUV | 148.8 | 119.64 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 134 | 0.75 | 0 | 0.34 | 0.21 | 153.16 | 0.6 | 0.49 |
| Hex | 32 | CA | 86 | 4B | 0 | 22 | 15 | 99 | 3C | 31 |
| Octal | 62 | 312 | 206 | 113 | 0 | 42 | 25 | 231 | 74 | 61 |
| Binary | 110010 | 11001010 | 10000110 | 1001011 | 0 | 100010 | 10101 | 10011001 | 111100 | 110001 |
Color Harmonies of #32CA86
Complementary color
Monochromatic Colors of #32CA86
Black with #32CA86
Text Example
Text Example
White with #32CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA86; }
p { color: rgb(50,202,134); }
H1.HeaderClassName
{
color: #32CA86;
}
.AnyTagClassName
{
color: #32CA86;
}
</style>
background-color css
<style>
a { background-color: #32CA86; }
a { background-color: rgb(50,202,134); }
div.DivClassName
{
background-color: #32CA86;
}
.BgClassName
{
background-color: #32CA86;
}
</style>
border-color css
<style>
span { border-color: #32CA86; }
span { border-color: rgb(50,202,134); }
td.TdClassName
{
border-color: #32CA86;
}
.TagClassName
{
border-color: #32CA86;
}
</style>