Shades of Shamrock #32F888
Tints of Shamrock #32F888
RGB
CMYK
RGB Variations
Color information
#32F888 (or 0x32F888) is known color: Shamrock. HEX triplet: 32, F8 and 88. RGB value is (50,248,136). Sum of RGB (Red+Green+Blue) = 50+248+136=434 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.52% from 434); Green value is 248 (97.27% from 255 or 57.14% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 248 - color contains mainly: green. Hex color #32F888 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F888 is #CD0777. Grayscale: #B0B0B0. Windows color (decimal): -13436792 or 8976434. OLE color: 8976434.
HSL color Cylindrical-coordinate representation of color #32F888: hue angle of 146.06º 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 #32F888 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 136 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.03 |
| HSL | 146.06º | 0.93% | 0.58% | - |
| HSV(B) | 146.06º | 0.8% | 0.97% | - |
| XYZ | 39.33 | 69.59 | 34.65 | - |
| YUV | 176.03 | 105.4 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 136 | 0.80 | 0 | 0.45 | 0.03 | 146.06 | 0.93 | 0.58 |
| Hex | 32 | F8 | 88 | 50 | 0 | 2D | 3 | 92 | 5D | 3A |
| Octal | 62 | 370 | 210 | 120 | 0 | 55 | 3 | 222 | 135 | 72 |
| Binary | 110010 | 11111000 | 10001000 | 1010000 | 0 | 101101 | 11 | 10010010 | 1011101 | 111010 |
Color Harmonies of #32F888
Complementary color
Monochromatic Colors of #32F888
Black with #32F888
Text Example
Text Example
White with #32F888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F888; }
p { color: rgb(50,248,136); }
H1.HeaderClassName
{
color: #32F888;
}
.AnyTagClassName
{
color: #32F888;
}
</style>
background-color css
<style>
a { background-color: #32F888; }
a { background-color: rgb(50,248,136); }
div.DivClassName
{
background-color: #32F888;
}
.BgClassName
{
background-color: #32F888;
}
</style>
border-color css
<style>
span { border-color: #32F888; }
span { border-color: rgb(50,248,136); }
td.TdClassName
{
border-color: #32F888;
}
.TagClassName
{
border-color: #32F888;
}
</style>