Shades of Shamrock #32EF82
Tints of Shamrock #32EF82
RGB
CMYK
RGB Variations
Color information
#32EF82 (or 0x32EF82) is known color: Shamrock. HEX triplet: 32, EF and 82. RGB value is (50,239,130). Sum of RGB (Red+Green+Blue) = 50+239+130=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 239 (93.75% from 255 or 57.04% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EF82 is #CD107D. Grayscale: #AAAAAA. Windows color (decimal): -13439102 or 8580914. OLE color: 8580914.
HSL color Cylindrical-coordinate representation of color #32EF82: hue angle of 145.4º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EF82 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 130 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.06 |
| HSL | 145.4º | 0.86% | 0.57% | - |
| HSV(B) | 145.4º | 0.79% | 0.94% | - |
| XYZ | 36.21 | 64.02 | 31.57 | - |
| YUV | 170.06 | 105.38 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 130 | 0.79 | 0 | 0.46 | 0.06 | 145.4 | 0.86 | 0.57 |
| Hex | 32 | EF | 82 | 4F | 0 | 2E | 6 | 91 | 56 | 39 |
| Octal | 62 | 357 | 202 | 117 | 0 | 56 | 6 | 221 | 126 | 71 |
| Binary | 110010 | 11101111 | 10000010 | 1001111 | 0 | 101110 | 110 | 10010001 | 1010110 | 111001 |
Color Harmonies of #32EF82
Complementary color
Monochromatic Colors of #32EF82
Black with #32EF82
Text Example
Text Example
White with #32EF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EF82; }
p { color: rgb(50,239,130); }
H1.HeaderClassName
{
color: #32EF82;
}
.AnyTagClassName
{
color: #32EF82;
}
</style>
background-color css
<style>
a { background-color: #32EF82; }
a { background-color: rgb(50,239,130); }
div.DivClassName
{
background-color: #32EF82;
}
.BgClassName
{
background-color: #32EF82;
}
</style>
border-color css
<style>
span { border-color: #32EF82; }
span { border-color: rgb(50,239,130); }
td.TdClassName
{
border-color: #32EF82;
}
.TagClassName
{
border-color: #32EF82;
}
</style>