Shades of Shamrock #32FB99
Tints of Shamrock #32FB99
RGB
CMYK
RGB Variations
Color information
#32FB99 (or 0x32FB99) is known color: Shamrock. HEX triplet: 32, FB and 99. RGB value is (50,251,153). Sum of RGB (Red+Green+Blue) = 50+251+153=454 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.01% from 454); Green value is 251 (98.44% from 255 or 55.29% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FB99 is #CD0466. Grayscale: #B3B3B3. Windows color (decimal): -13436007 or 10091314. OLE color: 10091314.
HSL color Cylindrical-coordinate representation of color #32FB99: hue angle of 150.75º degrees, saturation: 0.96, 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 #32FB99 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 153 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.02 |
| HSL | 150.75º | 0.96% | 0.59% | - |
| HSV(B) | 150.75º | 0.8% | 0.98% | - |
| XYZ | 41.56 | 71.97 | 41.84 | - |
| YUV | 179.73 | 112.91 | 35.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 153 | 0.80 | 0 | 0.39 | 0.02 | 150.75 | 0.96 | 0.59 |
| Hex | 32 | FB | 99 | 50 | 0 | 27 | 2 | 97 | 60 | 3B |
| Octal | 62 | 373 | 231 | 120 | 0 | 47 | 2 | 227 | 140 | 73 |
| Binary | 110010 | 11111011 | 10011001 | 1010000 | 0 | 100111 | 10 | 10010111 | 1100000 | 111011 |
Color Harmonies of #32FB99
Complementary color
Monochromatic Colors of #32FB99
Black with #32FB99
Text Example
Text Example
White with #32FB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FB99; }
p { color: rgb(50,251,153); }
H1.HeaderClassName
{
color: #32FB99;
}
.AnyTagClassName
{
color: #32FB99;
}
</style>
background-color css
<style>
a { background-color: #32FB99; }
a { background-color: rgb(50,251,153); }
div.DivClassName
{
background-color: #32FB99;
}
.BgClassName
{
background-color: #32FB99;
}
</style>
border-color css
<style>
span { border-color: #32FB99; }
span { border-color: rgb(50,251,153); }
td.TdClassName
{
border-color: #32FB99;
}
.TagClassName
{
border-color: #32FB99;
}
</style>