Shades of Shamrock #32D58D
Tints of Shamrock #32D58D
RGB
CMYK
RGB Variations
Color information
#32D58D (or 0x32D58D) is known color: Shamrock. HEX triplet: 32, D5 and 8D. RGB value is (50,213,141). Sum of RGB (Red+Green+Blue) = 50+213+141=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #32D58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D58D is #CD2A72. Grayscale: #9C9C9C. Windows color (decimal): -13445747 or 9295154. OLE color: 9295154.
HSL color Cylindrical-coordinate representation of color #32D58D: hue angle of 153.5º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D58D is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 141 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.16 |
| HSL | 153.5º | 0.66% | 0.52% | - |
| HSV(B) | 153.5º | 0.77% | 0.84% | - |
| XYZ | 29.92 | 50.19 | 33.31 | - |
| YUV | 156.06 | 119.5 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 141 | 0.77 | 0 | 0.34 | 0.16 | 153.5 | 0.66 | 0.52 |
| Hex | 32 | D5 | 8D | 4D | 0 | 22 | 10 | 99 | 42 | 34 |
| Octal | 62 | 325 | 215 | 115 | 0 | 42 | 20 | 231 | 102 | 64 |
| Binary | 110010 | 11010101 | 10001101 | 1001101 | 0 | 100010 | 10000 | 10011001 | 1000010 | 110100 |
Color Harmonies of #32D58D
Complementary color
Monochromatic Colors of #32D58D
Black with #32D58D
Text Example
Text Example
White with #32D58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D58D; }
p { color: rgb(50,213,141); }
H1.HeaderClassName
{
color: #32D58D;
}
.AnyTagClassName
{
color: #32D58D;
}
</style>
background-color css
<style>
a { background-color: #32D58D; }
a { background-color: rgb(50,213,141); }
div.DivClassName
{
background-color: #32D58D;
}
.BgClassName
{
background-color: #32D58D;
}
</style>
border-color css
<style>
span { border-color: #32D58D; }
span { border-color: rgb(50,213,141); }
td.TdClassName
{
border-color: #32D58D;
}
.TagClassName
{
border-color: #32D58D;
}
</style>