Shades of Shamrock #32F088
Tints of Shamrock #32F088
RGB
CMYK
RGB Variations
Color information
#32F088 (or 0x32F088) is known color: Shamrock. HEX triplet: 32, F0 and 88. RGB value is (50,240,136). Sum of RGB (Red+Green+Blue) = 50+240+136=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #32F088 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F088 is #CD0F77. Grayscale: #ABABAB. Windows color (decimal): -13438840 or 8974386. OLE color: 8974386.
HSL color Cylindrical-coordinate representation of color #32F088: hue angle of 147.16º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F088 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 136 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.06 |
| HSL | 147.16º | 0.86% | 0.57% | - |
| HSV(B) | 147.16º | 0.79% | 0.94% | - |
| XYZ | 36.92 | 64.78 | 33.85 | - |
| YUV | 171.33 | 108.05 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 136 | 0.79 | 0 | 0.43 | 0.06 | 147.16 | 0.86 | 0.57 |
| Hex | 32 | F0 | 88 | 4F | 0 | 2B | 6 | 93 | 56 | 39 |
| Octal | 62 | 360 | 210 | 117 | 0 | 53 | 6 | 223 | 126 | 71 |
| Binary | 110010 | 11110000 | 10001000 | 1001111 | 0 | 101011 | 110 | 10010011 | 1010110 | 111001 |
Color Harmonies of #32F088
Complementary color
Monochromatic Colors of #32F088
Black with #32F088
Text Example
Text Example
White with #32F088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F088; }
p { color: rgb(50,240,136); }
H1.HeaderClassName
{
color: #32F088;
}
.AnyTagClassName
{
color: #32F088;
}
</style>
background-color css
<style>
a { background-color: #32F088; }
a { background-color: rgb(50,240,136); }
div.DivClassName
{
background-color: #32F088;
}
.BgClassName
{
background-color: #32F088;
}
</style>
border-color css
<style>
span { border-color: #32F088; }
span { border-color: rgb(50,240,136); }
td.TdClassName
{
border-color: #32F088;
}
.TagClassName
{
border-color: #32F088;
}
</style>