Shades of Shamrock #32F88F
Tints of Shamrock #32F88F
RGB
CMYK
RGB Variations
Color information
#32F88F (or 0x32F88F) is known color: Shamrock. HEX triplet: 32, F8 and 8F. RGB value is (50,248,143). Sum of RGB (Red+Green+Blue) = 50+248+143=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #32F88F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F88F is #CD0770. Grayscale: #B1B1B1. Windows color (decimal): -13436785 or 9435186. OLE color: 9435186.
HSL color Cylindrical-coordinate representation of color #32F88F: hue angle of 148.18º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F88F is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 143 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.03 |
| HSL | 148.18º | 0.93% | 0.58% | - |
| HSV(B) | 148.18º | 0.8% | 0.97% | - |
| XYZ | 39.84 | 69.8 | 37.36 | - |
| YUV | 176.83 | 108.9 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 143 | 0.80 | 0 | 0.42 | 0.03 | 148.18 | 0.93 | 0.58 |
| Hex | 32 | F8 | 8F | 50 | 0 | 2A | 3 | 94 | 5D | 3A |
| Octal | 62 | 370 | 217 | 120 | 0 | 52 | 3 | 224 | 135 | 72 |
| Binary | 110010 | 11111000 | 10001111 | 1010000 | 0 | 101010 | 11 | 10010100 | 1011101 | 111010 |
Color Harmonies of #32F88F
Complementary color
Monochromatic Colors of #32F88F
Black with #32F88F
Text Example
Text Example
White with #32F88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F88F; }
p { color: rgb(50,248,143); }
H1.HeaderClassName
{
color: #32F88F;
}
.AnyTagClassName
{
color: #32F88F;
}
</style>
background-color css
<style>
a { background-color: #32F88F; }
a { background-color: rgb(50,248,143); }
div.DivClassName
{
background-color: #32F88F;
}
.BgClassName
{
background-color: #32F88F;
}
</style>
border-color css
<style>
span { border-color: #32F88F; }
span { border-color: rgb(50,248,143); }
td.TdClassName
{
border-color: #32F88F;
}
.TagClassName
{
border-color: #32F88F;
}
</style>