Shades of Shamrock #32E58D
Tints of Shamrock #32E58D
RGB
CMYK
RGB Variations
Color information
#32E58D (or 0x32E58D) is known color: Shamrock. HEX triplet: 32, E5 and 8D. RGB value is (50,229,141). Sum of RGB (Red+Green+Blue) = 50+229+141=420 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.90% from 420); Green value is 229 (89.84% from 255 or 54.52% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 229 - color contains mainly: green. Hex color #32E58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32E58D is #CD1A72. Grayscale: #A5A5A5. Windows color (decimal): -13441651 or 9299250. OLE color: 9299250.
HSL color Cylindrical-coordinate representation of color #32E58D: hue angle of 150.5º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E58D is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 229 | 141 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.10 |
| HSL | 150.5º | 0.77% | 0.55% | - |
| HSV(B) | 150.5º | 0.78% | 0.9% | - |
| XYZ | 34.14 | 58.64 | 34.72 | - |
| YUV | 165.45 | 114.2 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 229 | 141 | 0.78 | 0 | 0.38 | 0.10 | 150.5 | 0.77 | 0.55 |
| Hex | 32 | E5 | 8D | 4E | 0 | 26 | A | 97 | 4D | 37 |
| Octal | 62 | 345 | 215 | 116 | 0 | 46 | 12 | 227 | 115 | 67 |
| Binary | 110010 | 11100101 | 10001101 | 1001110 | 0 | 100110 | 1010 | 10010111 | 1001101 | 110111 |
Color Harmonies of #32E58D
Complementary color
Monochromatic Colors of #32E58D
Black with #32E58D
Text Example
Text Example
White with #32E58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E58D; }
p { color: rgb(50,229,141); }
H1.HeaderClassName
{
color: #32E58D;
}
.AnyTagClassName
{
color: #32E58D;
}
</style>
background-color css
<style>
a { background-color: #32E58D; }
a { background-color: rgb(50,229,141); }
div.DivClassName
{
background-color: #32E58D;
}
.BgClassName
{
background-color: #32E58D;
}
</style>
border-color css
<style>
span { border-color: #32E58D; }
span { border-color: rgb(50,229,141); }
td.TdClassName
{
border-color: #32E58D;
}
.TagClassName
{
border-color: #32E58D;
}
</style>