Shades of Shamrock #32F59D
Tints of Shamrock #32F59D
RGB
CMYK
RGB Variations
Color information
#32F59D (or 0x32F59D) is known color: Shamrock. HEX triplet: 32, F5 and 9D. RGB value is (50,245,157). Sum of RGB (Red+Green+Blue) = 50+245+157=452 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.06% from 452); Green value is 245 (96.09% from 255 or 54.20% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 245 - color contains mainly: green. Hex color #32F59D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F59D is #CD0A62. Grayscale: #B0B0B0. Windows color (decimal): -13437539 or 10351922. OLE color: 10351922.
HSL color Cylindrical-coordinate representation of color #32F59D: hue angle of 152.92º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F59D is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 245 | 157 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.04 |
| HSL | 152.92º | 0.91% | 0.58% | - |
| HSV(B) | 152.92º | 0.8% | 0.96% | - |
| XYZ | 40.05 | 68.42 | 42.99 | - |
| YUV | 176.66 | 116.9 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 245 | 157 | 0.80 | 0 | 0.36 | 0.04 | 152.92 | 0.91 | 0.58 |
| Hex | 32 | F5 | 9D | 50 | 0 | 24 | 4 | 99 | 5B | 3A |
| Octal | 62 | 365 | 235 | 120 | 0 | 44 | 4 | 231 | 133 | 72 |
| Binary | 110010 | 11110101 | 10011101 | 1010000 | 0 | 100100 | 100 | 10011001 | 1011011 | 111010 |
Color Harmonies of #32F59D
Complementary color
Monochromatic Colors of #32F59D
Black with #32F59D
Text Example
Text Example
White with #32F59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F59D; }
p { color: rgb(50,245,157); }
H1.HeaderClassName
{
color: #32F59D;
}
.AnyTagClassName
{
color: #32F59D;
}
</style>
background-color css
<style>
a { background-color: #32F59D; }
a { background-color: rgb(50,245,157); }
div.DivClassName
{
background-color: #32F59D;
}
.BgClassName
{
background-color: #32F59D;
}
</style>
border-color css
<style>
span { border-color: #32F59D; }
span { border-color: rgb(50,245,157); }
td.TdClassName
{
border-color: #32F59D;
}
.TagClassName
{
border-color: #32F59D;
}
</style>