Shades of Shamrock #32EC82
Tints of Shamrock #32EC82
RGB
CMYK
RGB Variations
Color information
#32EC82 (or 0x32EC82) is known color: Shamrock. HEX triplet: 32, EC and 82. RGB value is (50,236,130). Sum of RGB (Red+Green+Blue) = 50+236+130=416 (55% of max value = 765). Red value is 50 (19.92% from 255 or 12.02% from 416); Green value is 236 (92.58% from 255 or 56.73% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 236 - color contains mainly: green. Hex color #32EC82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EC82 is #CD137D. Grayscale: #A8A8A8. Windows color (decimal): -13439870 or 8580146. OLE color: 8580146.
HSL color Cylindrical-coordinate representation of color #32EC82: hue angle of 145.81º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EC82 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 130 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.07 |
| HSL | 145.81º | 0.83% | 0.56% | - |
| HSV(B) | 145.81º | 0.79% | 0.93% | - |
| XYZ | 35.34 | 62.28 | 31.28 | - |
| YUV | 168.3 | 106.38 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 130 | 0.79 | 0 | 0.45 | 0.07 | 145.81 | 0.83 | 0.56 |
| Hex | 32 | EC | 82 | 4F | 0 | 2D | 7 | 92 | 53 | 38 |
| Octal | 62 | 354 | 202 | 117 | 0 | 55 | 7 | 222 | 123 | 70 |
| Binary | 110010 | 11101100 | 10000010 | 1001111 | 0 | 101101 | 111 | 10010010 | 1010011 | 111000 |
Color Harmonies of #32EC82
Complementary color
Monochromatic Colors of #32EC82
Black with #32EC82
Text Example
Text Example
White with #32EC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EC82; }
p { color: rgb(50,236,130); }
H1.HeaderClassName
{
color: #32EC82;
}
.AnyTagClassName
{
color: #32EC82;
}
</style>
background-color css
<style>
a { background-color: #32EC82; }
a { background-color: rgb(50,236,130); }
div.DivClassName
{
background-color: #32EC82;
}
.BgClassName
{
background-color: #32EC82;
}
</style>
border-color css
<style>
span { border-color: #32EC82; }
span { border-color: rgb(50,236,130); }
td.TdClassName
{
border-color: #32EC82;
}
.TagClassName
{
border-color: #32EC82;
}
</style>