Shades of Shamrock #32F98E
Tints of Shamrock #32F98E
RGB
CMYK
RGB Variations
Color information
#32F98E (or 0x32F98E) is known color: Shamrock. HEX triplet: 32, F9 and 8E. RGB value is (50,249,142). Sum of RGB (Red+Green+Blue) = 50+249+142=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 249 (97.66% from 255 or 56.46% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 249 - color contains mainly: green. Hex color #32F98E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F98E is #CD0671. Grayscale: #B1B1B1. Windows color (decimal): -13436530 or 9369906. OLE color: 9369906.
HSL color Cylindrical-coordinate representation of color #32F98E: hue angle of 147.74º degrees, saturation: 0.94, 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 #32F98E is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 142 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.02 |
| HSL | 147.74º | 0.94% | 0.59% | - |
| HSV(B) | 147.74º | 0.8% | 0.98% | - |
| XYZ | 40.07 | 70.38 | 37.06 | - |
| YUV | 177.3 | 108.07 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 142 | 0.80 | 0 | 0.43 | 0.02 | 147.74 | 0.94 | 0.59 |
| Hex | 32 | F9 | 8E | 50 | 0 | 2B | 2 | 94 | 5E | 3B |
| Octal | 62 | 371 | 216 | 120 | 0 | 53 | 2 | 224 | 136 | 73 |
| Binary | 110010 | 11111001 | 10001110 | 1010000 | 0 | 101011 | 10 | 10010100 | 1011110 | 111011 |
Color Harmonies of #32F98E
Complementary color
Monochromatic Colors of #32F98E
Black with #32F98E
Text Example
Text Example
White with #32F98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F98E; }
p { color: rgb(50,249,142); }
H1.HeaderClassName
{
color: #32F98E;
}
.AnyTagClassName
{
color: #32F98E;
}
</style>
background-color css
<style>
a { background-color: #32F98E; }
a { background-color: rgb(50,249,142); }
div.DivClassName
{
background-color: #32F98E;
}
.BgClassName
{
background-color: #32F98E;
}
</style>
border-color css
<style>
span { border-color: #32F98E; }
span { border-color: rgb(50,249,142); }
td.TdClassName
{
border-color: #32F98E;
}
.TagClassName
{
border-color: #32F98E;
}
</style>