Shades of Shamrock #32F796
Tints of Shamrock #32F796
RGB
CMYK
RGB Variations
Color information
#32F796 (or 0x32F796) is known color: Shamrock. HEX triplet: 32, F7 and 96. RGB value is (50,247,150). Sum of RGB (Red+Green+Blue) = 50+247+150=447 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.19% from 447); Green value is 247 (96.88% from 255 or 55.26% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 247 - color contains mainly: green. Hex color #32F796 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F796 is #CD0869. Grayscale: #B1B1B1. Windows color (decimal): -13437034 or 9893682. OLE color: 9893682.
HSL color Cylindrical-coordinate representation of color #32F796: hue angle of 150.46º degrees, saturation: 0.92, 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 #32F796 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 150 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.03 |
| HSL | 150.46º | 0.92% | 0.58% | - |
| HSV(B) | 150.46º | 0.8% | 0.97% | - |
| XYZ | 40.08 | 69.4 | 40.14 | - |
| YUV | 177.04 | 112.73 | 37.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 150 | 0.80 | 0 | 0.39 | 0.03 | 150.46 | 0.92 | 0.58 |
| Hex | 32 | F7 | 96 | 50 | 0 | 27 | 3 | 96 | 5C | 3A |
| Octal | 62 | 367 | 226 | 120 | 0 | 47 | 3 | 226 | 134 | 72 |
| Binary | 110010 | 11110111 | 10010110 | 1010000 | 0 | 100111 | 11 | 10010110 | 1011100 | 111010 |
Color Harmonies of #32F796
Complementary color
Monochromatic Colors of #32F796
Black with #32F796
Text Example
Text Example
White with #32F796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F796; }
p { color: rgb(50,247,150); }
H1.HeaderClassName
{
color: #32F796;
}
.AnyTagClassName
{
color: #32F796;
}
</style>
background-color css
<style>
a { background-color: #32F796; }
a { background-color: rgb(50,247,150); }
div.DivClassName
{
background-color: #32F796;
}
.BgClassName
{
background-color: #32F796;
}
</style>
border-color css
<style>
span { border-color: #32F796; }
span { border-color: rgb(50,247,150); }
td.TdClassName
{
border-color: #32F796;
}
.TagClassName
{
border-color: #32F796;
}
</style>