Shades of Shamrock #32BF87
Tints of Shamrock #32BF87
RGB
CMYK
RGB Variations
Color information
#32BF87 (or 0x32BF87) is known color: Shamrock. HEX triplet: 32, BF and 87. RGB value is (50,191,135). Sum of RGB (Red+Green+Blue) = 50+191+135=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BF87 is #CD4078. Grayscale: #8E8E8E. Windows color (decimal): -13451385 or 8896306. OLE color: 8896306.
HSL color Cylindrical-coordinate representation of color #32BF87: hue angle of 156.17º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BF87 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 135 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.25 |
| HSL | 156.17º | 0.59% | 0.47% | - |
| HSV(B) | 156.17º | 0.74% | 0.75% | - |
| XYZ | 24.32 | 39.69 | 29.3 | - |
| YUV | 142.46 | 123.79 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 135 | 0.74 | 0 | 0.29 | 0.25 | 156.17 | 0.59 | 0.47 |
| Hex | 32 | BF | 87 | 4A | 0 | 1D | 19 | 9C | 3B | 2F |
| Octal | 62 | 277 | 207 | 112 | 0 | 35 | 31 | 234 | 73 | 57 |
| Binary | 110010 | 10111111 | 10000111 | 1001010 | 0 | 11101 | 11001 | 10011100 | 111011 | 101111 |
Color Harmonies of #32BF87
Complementary color
Monochromatic Colors of #32BF87
Black with #32BF87
Text Example
Text Example
White with #32BF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF87; }
p { color: rgb(50,191,135); }
H1.HeaderClassName
{
color: #32BF87;
}
.AnyTagClassName
{
color: #32BF87;
}
</style>
background-color css
<style>
a { background-color: #32BF87; }
a { background-color: rgb(50,191,135); }
div.DivClassName
{
background-color: #32BF87;
}
.BgClassName
{
background-color: #32BF87;
}
</style>
border-color css
<style>
span { border-color: #32BF87; }
span { border-color: rgb(50,191,135); }
td.TdClassName
{
border-color: #32BF87;
}
.TagClassName
{
border-color: #32BF87;
}
</style>