Shades of Shamrock #32EA84
Tints of Shamrock #32EA84
RGB
CMYK
RGB Variations
Color information
#32EA84 (or 0x32EA84) is known color: Shamrock. HEX triplet: 32, EA and 84. RGB value is (50,234,132). Sum of RGB (Red+Green+Blue) = 50+234+132=416 (55% of max value = 765). Red value is 50 (19.92% from 255 or 12.02% from 416); Green value is 234 (91.80% from 255 or 56.25% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EA84 is #CD157B. Grayscale: #A7A7A7. Windows color (decimal): -13440380 or 8710706. OLE color: 8710706.
HSL color Cylindrical-coordinate representation of color #32EA84: hue angle of 146.74º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EA84 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 132 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.08 |
| HSL | 146.74º | 0.81% | 0.56% | - |
| HSV(B) | 146.74º | 0.79% | 0.92% | - |
| XYZ | 34.9 | 61.19 | 31.8 | - |
| YUV | 167.36 | 108.04 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 132 | 0.79 | 0 | 0.44 | 0.08 | 146.74 | 0.81 | 0.56 |
| Hex | 32 | EA | 84 | 4F | 0 | 2C | 8 | 93 | 51 | 38 |
| Octal | 62 | 352 | 204 | 117 | 0 | 54 | 10 | 223 | 121 | 70 |
| Binary | 110010 | 11101010 | 10000100 | 1001111 | 0 | 101100 | 1000 | 10010011 | 1010001 | 111000 |
Color Harmonies of #32EA84
Complementary color
Monochromatic Colors of #32EA84
Black with #32EA84
Text Example
Text Example
White with #32EA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EA84; }
p { color: rgb(50,234,132); }
H1.HeaderClassName
{
color: #32EA84;
}
.AnyTagClassName
{
color: #32EA84;
}
</style>
background-color css
<style>
a { background-color: #32EA84; }
a { background-color: rgb(50,234,132); }
div.DivClassName
{
background-color: #32EA84;
}
.BgClassName
{
background-color: #32EA84;
}
</style>
border-color css
<style>
span { border-color: #32EA84; }
span { border-color: rgb(50,234,132); }
td.TdClassName
{
border-color: #32EA84;
}
.TagClassName
{
border-color: #32EA84;
}
</style>