Shades of Shamrock #32FA99
Tints of Shamrock #32FA99
RGB
CMYK
RGB Variations
Color information
#32FA99 (or 0x32FA99) is known color: Shamrock. HEX triplet: 32, FA and 99. RGB value is (50,250,153). Sum of RGB (Red+Green+Blue) = 50+250+153=453 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.04% from 453); Green value is 250 (98.05% from 255 or 55.19% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FA99 is #CD0566. Grayscale: #B3B3B3. Windows color (decimal): -13436263 or 10091058. OLE color: 10091058.
HSL color Cylindrical-coordinate representation of color #32FA99: hue angle of 150.9º 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 #32FA99 is Cyan = 0.8, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 153 | - |
| CMYK | 0.8 | 0 | 0.39 | 0.02 |
| HSL | 150.9º | 0.95% | 0.59% | - |
| HSV(B) | 150.9º | 0.8% | 0.98% | - |
| XYZ | 41.25 | 71.35 | 41.73 | - |
| YUV | 179.14 | 113.24 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 153 | 0.8 | 0 | 0.39 | 0.02 | 150.9 | 0.95 | 0.59 |
| Hex | 32 | FA | 99 | 50 | 0 | 27 | 2 | 97 | 5F | 3B |
| Octal | 62 | 372 | 231 | 120 | 0 | 47 | 2 | 227 | 137 | 73 |
| Binary | 110010 | 11111010 | 10011001 | 1010000 | 0 | 100111 | 10 | 10010111 | 1011111 | 111011 |
Color Harmonies of #32FA99
Complementary color
Monochromatic Colors of #32FA99
Black with #32FA99
Text Example
Text Example
White with #32FA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FA99; }
p { color: rgb(50,250,153); }
H1.HeaderClassName
{
color: #32FA99;
}
.AnyTagClassName
{
color: #32FA99;
}
</style>
background-color css
<style>
a { background-color: #32FA99; }
a { background-color: rgb(50,250,153); }
div.DivClassName
{
background-color: #32FA99;
}
.BgClassName
{
background-color: #32FA99;
}
</style>
border-color css
<style>
span { border-color: #32FA99; }
span { border-color: rgb(50,250,153); }
td.TdClassName
{
border-color: #32FA99;
}
.TagClassName
{
border-color: #32FA99;
}
</style>