Shades of Shamrock #32F396
Tints of Shamrock #32F396
RGB
CMYK
RGB Variations
Color information
#32F396 (or 0x32F396) is known color: Shamrock. HEX triplet: 32, F3 and 96. RGB value is (50,243,150). Sum of RGB (Red+Green+Blue) = 50+243+150=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 243 (95.31% from 255 or 54.85% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 243 - color contains mainly: green. Hex color #32F396 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F396 is #CD0C69. Grayscale: #AEAEAE. Windows color (decimal): -13438058 or 9892658. OLE color: 9892658.
HSL color Cylindrical-coordinate representation of color #32F396: hue angle of 151.09º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F396 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 243 | 150 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.05 |
| HSL | 151.09º | 0.89% | 0.57% | - |
| HSV(B) | 151.09º | 0.79% | 0.95% | - |
| XYZ | 38.87 | 66.98 | 39.73 | - |
| YUV | 174.69 | 114.06 | 39.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 243 | 150 | 0.79 | 0 | 0.38 | 0.05 | 151.09 | 0.89 | 0.57 |
| Hex | 32 | F3 | 96 | 4F | 0 | 26 | 5 | 97 | 59 | 39 |
| Octal | 62 | 363 | 226 | 117 | 0 | 46 | 5 | 227 | 131 | 71 |
| Binary | 110010 | 11110011 | 10010110 | 1001111 | 0 | 100110 | 101 | 10010111 | 1011001 | 111001 |
Color Harmonies of #32F396
Complementary color
Monochromatic Colors of #32F396
Black with #32F396
Text Example
Text Example
White with #32F396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F396; }
p { color: rgb(50,243,150); }
H1.HeaderClassName
{
color: #32F396;
}
.AnyTagClassName
{
color: #32F396;
}
</style>
background-color css
<style>
a { background-color: #32F396; }
a { background-color: rgb(50,243,150); }
div.DivClassName
{
background-color: #32F396;
}
.BgClassName
{
background-color: #32F396;
}
</style>
border-color css
<style>
span { border-color: #32F396; }
span { border-color: rgb(50,243,150); }
td.TdClassName
{
border-color: #32F396;
}
.TagClassName
{
border-color: #32F396;
}
</style>