Shades of Shamrock #32FA94
Tints of Shamrock #32FA94
RGB
CMYK
RGB Variations
Color information
#32FA94 (or 0x32FA94) is known color: Shamrock. HEX triplet: 32, FA and 94. RGB value is (50,250,148). Sum of RGB (Red+Green+Blue) = 50+250+148=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FA94 is #CD056B. Grayscale: #B2B2B2. Windows color (decimal): -13436268 or 9763378. OLE color: 9763378.
HSL color Cylindrical-coordinate representation of color #32FA94: hue angle of 149.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FA94 is Cyan = 0.8, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 148 | - |
| CMYK | 0.8 | 0 | 0.41 | 0.02 |
| HSL | 149.4º | 0.95% | 0.59% | - |
| HSV(B) | 149.4º | 0.8% | 0.98% | - |
| XYZ | 40.85 | 71.19 | 39.6 | - |
| YUV | 178.57 | 110.74 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 148 | 0.8 | 0 | 0.41 | 0.02 | 149.4 | 0.95 | 0.59 |
| Hex | 32 | FA | 94 | 50 | 0 | 29 | 2 | 95 | 5F | 3B |
| Octal | 62 | 372 | 224 | 120 | 0 | 51 | 2 | 225 | 137 | 73 |
| Binary | 110010 | 11111010 | 10010100 | 1010000 | 0 | 101001 | 10 | 10010101 | 1011111 | 111011 |
Color Harmonies of #32FA94
Complementary color
Monochromatic Colors of #32FA94
Black with #32FA94
Text Example
Text Example
White with #32FA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FA94; }
p { color: rgb(50,250,148); }
H1.HeaderClassName
{
color: #32FA94;
}
.AnyTagClassName
{
color: #32FA94;
}
</style>
background-color css
<style>
a { background-color: #32FA94; }
a { background-color: rgb(50,250,148); }
div.DivClassName
{
background-color: #32FA94;
}
.BgClassName
{
background-color: #32FA94;
}
</style>
border-color css
<style>
span { border-color: #32FA94; }
span { border-color: rgb(50,250,148); }
td.TdClassName
{
border-color: #32FA94;
}
.TagClassName
{
border-color: #32FA94;
}
</style>