Shades of Shamrock #32F895
Tints of Shamrock #32F895
RGB
CMYK
RGB Variations
Color information
#32F895 (or 0x32F895) is known color: Shamrock. HEX triplet: 32, F8 and 95. RGB value is (50,248,149). Sum of RGB (Red+Green+Blue) = 50+248+149=447 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.19% from 447); Green value is 248 (97.27% from 255 or 55.48% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 248 - color contains mainly: green. Hex color #32F895 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F895 is #CD076A. Grayscale: #B1B1B1. Windows color (decimal): -13436779 or 9828402. OLE color: 9828402.
HSL color Cylindrical-coordinate representation of color #32F895: hue angle of 150º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F895 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 149 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.03 |
| HSL | 150º | 0.93% | 0.58% | - |
| HSV(B) | 150º | 0.8% | 0.97% | - |
| XYZ | 40.31 | 69.98 | 39.82 | - |
| YUV | 177.51 | 111.9 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 149 | 0.80 | 0 | 0.40 | 0.03 | 150 | 0.93 | 0.58 |
| Hex | 32 | F8 | 95 | 50 | 0 | 28 | 3 | 96 | 5D | 3A |
| Octal | 62 | 370 | 225 | 120 | 0 | 50 | 3 | 226 | 135 | 72 |
| Binary | 110010 | 11111000 | 10010101 | 1010000 | 0 | 101000 | 11 | 10010110 | 1011101 | 111010 |
Color Harmonies of #32F895
Complementary color
Monochromatic Colors of #32F895
Black with #32F895
Text Example
Text Example
White with #32F895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F895; }
p { color: rgb(50,248,149); }
H1.HeaderClassName
{
color: #32F895;
}
.AnyTagClassName
{
color: #32F895;
}
</style>
background-color css
<style>
a { background-color: #32F895; }
a { background-color: rgb(50,248,149); }
div.DivClassName
{
background-color: #32F895;
}
.BgClassName
{
background-color: #32F895;
}
</style>
border-color css
<style>
span { border-color: #32F895; }
span { border-color: rgb(50,248,149); }
td.TdClassName
{
border-color: #32F895;
}
.TagClassName
{
border-color: #32F895;
}
</style>