Shades of Shamrock #32FC93
Tints of Shamrock #32FC93
RGB
CMYK
RGB Variations
Color information
#32FC93 (or 0x32FC93) is known color: Shamrock. HEX triplet: 32, FC and 93. RGB value is (50,252,147). Sum of RGB (Red+Green+Blue) = 50+252+147=449 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.14% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #32FC93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FC93 is #CD036C. Grayscale: #B3B3B3. Windows color (decimal): -13435757 or 9698354. OLE color: 9698354.
HSL color Cylindrical-coordinate representation of color #32FC93: hue angle of 148.81º degrees, saturation: 0.97, 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 #32FC93 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 147 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.01 |
| HSL | 148.81º | 0.97% | 0.59% | - |
| HSV(B) | 148.81º | 0.8% | 0.99% | - |
| XYZ | 41.39 | 72.41 | 39.4 | - |
| YUV | 179.63 | 109.58 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 147 | 0.80 | 0 | 0.42 | 0.01 | 148.81 | 0.97 | 0.59 |
| Hex | 32 | FC | 93 | 50 | 0 | 2A | 1 | 95 | 61 | 3B |
| Octal | 62 | 374 | 223 | 120 | 0 | 52 | 1 | 225 | 141 | 73 |
| Binary | 110010 | 11111100 | 10010011 | 1010000 | 0 | 101010 | 1 | 10010101 | 1100001 | 111011 |
Color Harmonies of #32FC93
Complementary color
Monochromatic Colors of #32FC93
Black with #32FC93
Text Example
Text Example
White with #32FC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FC93; }
p { color: rgb(50,252,147); }
H1.HeaderClassName
{
color: #32FC93;
}
.AnyTagClassName
{
color: #32FC93;
}
</style>
background-color css
<style>
a { background-color: #32FC93; }
a { background-color: rgb(50,252,147); }
div.DivClassName
{
background-color: #32FC93;
}
.BgClassName
{
background-color: #32FC93;
}
</style>
border-color css
<style>
span { border-color: #32FC93; }
span { border-color: rgb(50,252,147); }
td.TdClassName
{
border-color: #32FC93;
}
.TagClassName
{
border-color: #32FC93;
}
</style>