Shades of Shamrock #32FD96
Tints of Shamrock #32FD96
RGB
CMYK
RGB Variations
Color information
#32FD96 (or 0x32FD96) is known color: Shamrock. HEX triplet: 32, FD and 96. RGB value is (50,253,150). Sum of RGB (Red+Green+Blue) = 50+253+150=453 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.04% from 453); Green value is 253 (99.22% from 255 or 55.85% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FD96 is #CD0269. Grayscale: #B4B4B4. Windows color (decimal): -13435498 or 9895218. OLE color: 9895218.
HSL color Cylindrical-coordinate representation of color #32FD96: hue angle of 149.56º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FD96 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 150 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.01 |
| HSL | 149.56º | 0.98% | 0.59% | - |
| HSV(B) | 149.56º | 0.8% | 0.99% | - |
| XYZ | 41.95 | 73.13 | 40.76 | - |
| YUV | 180.56 | 110.75 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 150 | 0.80 | 0 | 0.41 | 0.01 | 149.56 | 0.98 | 0.59 |
| Hex | 32 | FD | 96 | 50 | 0 | 29 | 1 | 96 | 62 | 3B |
| Octal | 62 | 375 | 226 | 120 | 0 | 51 | 1 | 226 | 142 | 73 |
| Binary | 110010 | 11111101 | 10010110 | 1010000 | 0 | 101001 | 1 | 10010110 | 1100010 | 111011 |
Color Harmonies of #32FD96
Complementary color
Monochromatic Colors of #32FD96
Black with #32FD96
Text Example
Text Example
White with #32FD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD96; }
p { color: rgb(50,253,150); }
H1.HeaderClassName
{
color: #32FD96;
}
.AnyTagClassName
{
color: #32FD96;
}
</style>
background-color css
<style>
a { background-color: #32FD96; }
a { background-color: rgb(50,253,150); }
div.DivClassName
{
background-color: #32FD96;
}
.BgClassName
{
background-color: #32FD96;
}
</style>
border-color css
<style>
span { border-color: #32FD96; }
span { border-color: rgb(50,253,150); }
td.TdClassName
{
border-color: #32FD96;
}
.TagClassName
{
border-color: #32FD96;
}
</style>