Shades of Shamrock #32CC87
Tints of Shamrock #32CC87
RGB
CMYK
RGB Variations
Color information
#32CC87 (or 0x32CC87) is known color: Shamrock. HEX triplet: 32, CC and 87. RGB value is (50,204,135). Sum of RGB (Red+Green+Blue) = 50+204+135=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CC87 is #CD3378. Grayscale: #969696. Windows color (decimal): -13448057 or 8899634. OLE color: 8899634.
HSL color Cylindrical-coordinate representation of color #32CC87: hue angle of 153.12º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CC87 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 135 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.2 |
| HSL | 153.12º | 0.61% | 0.5% | - |
| HSV(B) | 153.12º | 0.75% | 0.8% | - |
| XYZ | 27.28 | 45.61 | 30.29 | - |
| YUV | 150.09 | 119.48 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 135 | 0.75 | 0 | 0.34 | 0.2 | 153.12 | 0.61 | 0.5 |
| Hex | 32 | CC | 87 | 4B | 0 | 22 | 14 | 99 | 3D | 32 |
| Octal | 62 | 314 | 207 | 113 | 0 | 42 | 24 | 231 | 75 | 62 |
| Binary | 110010 | 11001100 | 10000111 | 1001011 | 0 | 100010 | 10100 | 10011001 | 111101 | 110010 |
Color Harmonies of #32CC87
Complementary color
Monochromatic Colors of #32CC87
Black with #32CC87
Text Example
Text Example
White with #32CC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC87; }
p { color: rgb(50,204,135); }
H1.HeaderClassName
{
color: #32CC87;
}
.AnyTagClassName
{
color: #32CC87;
}
</style>
background-color css
<style>
a { background-color: #32CC87; }
a { background-color: rgb(50,204,135); }
div.DivClassName
{
background-color: #32CC87;
}
.BgClassName
{
background-color: #32CC87;
}
</style>
border-color css
<style>
span { border-color: #32CC87; }
span { border-color: rgb(50,204,135); }
td.TdClassName
{
border-color: #32CC87;
}
.TagClassName
{
border-color: #32CC87;
}
</style>