Shades of Shamrock #32BF95
Tints of Shamrock #32BF95
RGB
CMYK
RGB Variations
Color information
#32BF95 (or 0x32BF95) is known color: Shamrock. HEX triplet: 32, BF and 95. RGB value is (50,191,149). Sum of RGB (Red+Green+Blue) = 50+191+149=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BF95 is #CD406A. Grayscale: #909090. Windows color (decimal): -13451371 or 9813810. OLE color: 9813810.
HSL color Cylindrical-coordinate representation of color #32BF95: hue angle of 162.13º 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 #32BF95 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 149 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.25 |
| HSL | 162.13º | 0.59% | 0.47% | - |
| HSV(B) | 162.13º | 0.74% | 0.75% | - |
| XYZ | 25.37 | 40.11 | 34.84 | - |
| YUV | 144.05 | 130.79 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 149 | 0.74 | 0 | 0.22 | 0.25 | 162.13 | 0.59 | 0.47 |
| Hex | 32 | BF | 95 | 4A | 0 | 16 | 19 | A2 | 3B | 2F |
| Octal | 62 | 277 | 225 | 112 | 0 | 26 | 31 | 242 | 73 | 57 |
| Binary | 110010 | 10111111 | 10010101 | 1001010 | 0 | 10110 | 11001 | 10100010 | 111011 | 101111 |
Color Harmonies of #32BF95
Complementary color
Monochromatic Colors of #32BF95
Black with #32BF95
Text Example
Text Example
White with #32BF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF95; }
p { color: rgb(50,191,149); }
H1.HeaderClassName
{
color: #32BF95;
}
.AnyTagClassName
{
color: #32BF95;
}
</style>
background-color css
<style>
a { background-color: #32BF95; }
a { background-color: rgb(50,191,149); }
div.DivClassName
{
background-color: #32BF95;
}
.BgClassName
{
background-color: #32BF95;
}
</style>
border-color css
<style>
span { border-color: #32BF95; }
span { border-color: rgb(50,191,149); }
td.TdClassName
{
border-color: #32BF95;
}
.TagClassName
{
border-color: #32BF95;
}
</style>