Shades of Shamrock #32FD97
Tints of Shamrock #32FD97
RGB
CMYK
RGB Variations
Color information
#32FD97 (or 0x32FD97) is known color: Shamrock. HEX triplet: 32, FD and 97. RGB value is (50,253,151). Sum of RGB (Red+Green+Blue) = 50+253+151=454 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.01% from 454); Green value is 253 (99.22% from 255 or 55.73% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD97 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FD97 is #CD0268. Grayscale: #B4B4B4. Windows color (decimal): -13435497 or 9960754. OLE color: 9960754.
HSL color Cylindrical-coordinate representation of color #32FD97: hue angle of 149.85º 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 #32FD97 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 151 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.01 |
| HSL | 149.85º | 0.98% | 0.59% | - |
| HSV(B) | 149.85º | 0.8% | 0.99% | - |
| XYZ | 42.03 | 73.16 | 41.19 | - |
| YUV | 180.68 | 111.25 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 151 | 0.80 | 0 | 0.40 | 0.01 | 149.85 | 0.98 | 0.59 |
| Hex | 32 | FD | 97 | 50 | 0 | 28 | 1 | 96 | 62 | 3B |
| Octal | 62 | 375 | 227 | 120 | 0 | 50 | 1 | 226 | 142 | 73 |
| Binary | 110010 | 11111101 | 10010111 | 1010000 | 0 | 101000 | 1 | 10010110 | 1100010 | 111011 |
Color Harmonies of #32FD97
Complementary color
Monochromatic Colors of #32FD97
Black with #32FD97
Text Example
Text Example
White with #32FD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD97; }
p { color: rgb(50,253,151); }
H1.HeaderClassName
{
color: #32FD97;
}
.AnyTagClassName
{
color: #32FD97;
}
</style>
background-color css
<style>
a { background-color: #32FD97; }
a { background-color: rgb(50,253,151); }
div.DivClassName
{
background-color: #32FD97;
}
.BgClassName
{
background-color: #32FD97;
}
</style>
border-color css
<style>
span { border-color: #32FD97; }
span { border-color: rgb(50,253,151); }
td.TdClassName
{
border-color: #32FD97;
}
.TagClassName
{
border-color: #32FD97;
}
</style>