Shades of Shamrock #32FA92
Tints of Shamrock #32FA92
RGB
CMYK
RGB Variations
Color information
#32FA92 (or 0x32FA92) is known color: Shamrock. HEX triplet: 32, FA and 92. RGB value is (50,250,146). Sum of RGB (Red+Green+Blue) = 50+250+146=446 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.21% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FA92 is #CD056D. Grayscale: #B2B2B2. Windows color (decimal): -13436270 or 9632306. OLE color: 9632306.
HSL color Cylindrical-coordinate representation of color #32FA92: hue angle of 148.8º 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 #32FA92 is Cyan = 0.8, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 146 | - |
| CMYK | 0.8 | 0 | 0.42 | 0.02 |
| HSL | 148.8º | 0.95% | 0.59% | - |
| HSV(B) | 148.8º | 0.8% | 0.98% | - |
| XYZ | 40.69 | 71.12 | 38.78 | - |
| YUV | 178.34 | 109.74 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 146 | 0.8 | 0 | 0.42 | 0.02 | 148.8 | 0.95 | 0.59 |
| Hex | 32 | FA | 92 | 50 | 0 | 2A | 2 | 95 | 5F | 3B |
| Octal | 62 | 372 | 222 | 120 | 0 | 52 | 2 | 225 | 137 | 73 |
| Binary | 110010 | 11111010 | 10010010 | 1010000 | 0 | 101010 | 10 | 10010101 | 1011111 | 111011 |
Color Harmonies of #32FA92
Complementary color
Monochromatic Colors of #32FA92
Black with #32FA92
Text Example
Text Example
White with #32FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FA92; }
p { color: rgb(50,250,146); }
H1.HeaderClassName
{
color: #32FA92;
}
.AnyTagClassName
{
color: #32FA92;
}
</style>
background-color css
<style>
a { background-color: #32FA92; }
a { background-color: rgb(50,250,146); }
div.DivClassName
{
background-color: #32FA92;
}
.BgClassName
{
background-color: #32FA92;
}
</style>
border-color css
<style>
span { border-color: #32FA92; }
span { border-color: rgb(50,250,146); }
td.TdClassName
{
border-color: #32FA92;
}
.TagClassName
{
border-color: #32FA92;
}
</style>