Shades of Shamrock #32EE82
Tints of Shamrock #32EE82
RGB
CMYK
RGB Variations
Color information
#32EE82 (or 0x32EE82) is known color: Shamrock. HEX triplet: 32, EE and 82. RGB value is (50,238,130). Sum of RGB (Red+Green+Blue) = 50+238+130=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 238 (93.36% from 255 or 56.94% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 238 - color contains mainly: green. Hex color #32EE82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EE82 is #CD117D. Grayscale: #A9A9A9. Windows color (decimal): -13439358 or 8580658. OLE color: 8580658.
HSL color Cylindrical-coordinate representation of color #32EE82: hue angle of 145.53º degrees, saturation: 0.85, 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 #32EE82 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 130 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.07 |
| HSL | 145.53º | 0.85% | 0.56% | - |
| HSV(B) | 145.53º | 0.79% | 0.93% | - |
| XYZ | 35.92 | 63.44 | 31.47 | - |
| YUV | 169.48 | 105.72 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 130 | 0.79 | 0 | 0.45 | 0.07 | 145.53 | 0.85 | 0.56 |
| Hex | 32 | EE | 82 | 4F | 0 | 2D | 7 | 92 | 55 | 38 |
| Octal | 62 | 356 | 202 | 117 | 0 | 55 | 7 | 222 | 125 | 70 |
| Binary | 110010 | 11101110 | 10000010 | 1001111 | 0 | 101101 | 111 | 10010010 | 1010101 | 111000 |
Color Harmonies of #32EE82
Complementary color
Monochromatic Colors of #32EE82
Black with #32EE82
Text Example
Text Example
White with #32EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EE82; }
p { color: rgb(50,238,130); }
H1.HeaderClassName
{
color: #32EE82;
}
.AnyTagClassName
{
color: #32EE82;
}
</style>
background-color css
<style>
a { background-color: #32EE82; }
a { background-color: rgb(50,238,130); }
div.DivClassName
{
background-color: #32EE82;
}
.BgClassName
{
background-color: #32EE82;
}
</style>
border-color css
<style>
span { border-color: #32EE82; }
span { border-color: rgb(50,238,130); }
td.TdClassName
{
border-color: #32EE82;
}
.TagClassName
{
border-color: #32EE82;
}
</style>