Shades of Shamrock #32E482
Tints of Shamrock #32E482
RGB
CMYK
RGB Variations
Color information
#32E482 (or 0x32E482) is known color: Shamrock. HEX triplet: 32, E4 and 82. RGB value is (50,228,130). Sum of RGB (Red+Green+Blue) = 50+228+130=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 228 (89.45% from 255 or 55.88% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 228 - color contains mainly: green. Hex color #32E482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32E482 is #CD1B7D. Grayscale: #A3A3A3. Windows color (decimal): -13441918 or 8578098. OLE color: 8578098.
HSL color Cylindrical-coordinate representation of color #32E482: hue angle of 146.97º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E482 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 130 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.11 |
| HSL | 146.97º | 0.77% | 0.55% | - |
| HSV(B) | 146.97º | 0.78% | 0.89% | - |
| XYZ | 33.09 | 57.78 | 30.53 | - |
| YUV | 163.61 | 109.03 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 130 | 0.78 | 0 | 0.43 | 0.11 | 146.97 | 0.77 | 0.55 |
| Hex | 32 | E4 | 82 | 4E | 0 | 2B | B | 93 | 4D | 37 |
| Octal | 62 | 344 | 202 | 116 | 0 | 53 | 13 | 223 | 115 | 67 |
| Binary | 110010 | 11100100 | 10000010 | 1001110 | 0 | 101011 | 1011 | 10010011 | 1001101 | 110111 |
Color Harmonies of #32E482
Complementary color
Monochromatic Colors of #32E482
Black with #32E482
Text Example
Text Example
White with #32E482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E482; }
p { color: rgb(50,228,130); }
H1.HeaderClassName
{
color: #32E482;
}
.AnyTagClassName
{
color: #32E482;
}
</style>
background-color css
<style>
a { background-color: #32E482; }
a { background-color: rgb(50,228,130); }
div.DivClassName
{
background-color: #32E482;
}
.BgClassName
{
background-color: #32E482;
}
</style>
border-color css
<style>
span { border-color: #32E482; }
span { border-color: rgb(50,228,130); }
td.TdClassName
{
border-color: #32E482;
}
.TagClassName
{
border-color: #32E482;
}
</style>