Shades of Shamrock #32D28E
Tints of Shamrock #32D28E
RGB
CMYK
RGB Variations
Color information
#32D28E (or 0x32D28E) is known color: Shamrock. HEX triplet: 32, D2 and 8E. RGB value is (50,210,142). Sum of RGB (Red+Green+Blue) = 50+210+142=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 210 (82.42% from 255 or 52.24% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 210 - color contains mainly: green. Hex color #32D28E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D28E is #CD2D71. Grayscale: #9A9A9A. Windows color (decimal): -13446514 or 9359922. OLE color: 9359922.
HSL color Cylindrical-coordinate representation of color #32D28E: hue angle of 154.5º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D28E is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 142 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.18 |
| HSL | 154.5º | 0.64% | 0.51% | - |
| HSV(B) | 154.5º | 0.76% | 0.82% | - |
| XYZ | 29.24 | 48.72 | 33.45 | - |
| YUV | 154.41 | 120.99 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 142 | 0.76 | 0 | 0.32 | 0.18 | 154.5 | 0.64 | 0.51 |
| Hex | 32 | D2 | 8E | 4C | 0 | 20 | 12 | 9A | 40 | 33 |
| Octal | 62 | 322 | 216 | 114 | 0 | 40 | 22 | 232 | 100 | 63 |
| Binary | 110010 | 11010010 | 10001110 | 1001100 | 0 | 100000 | 10010 | 10011010 | 1000000 | 110011 |
Color Harmonies of #32D28E
Complementary color
Monochromatic Colors of #32D28E
Black with #32D28E
Text Example
Text Example
White with #32D28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D28E; }
p { color: rgb(50,210,142); }
H1.HeaderClassName
{
color: #32D28E;
}
.AnyTagClassName
{
color: #32D28E;
}
</style>
background-color css
<style>
a { background-color: #32D28E; }
a { background-color: rgb(50,210,142); }
div.DivClassName
{
background-color: #32D28E;
}
.BgClassName
{
background-color: #32D28E;
}
</style>
border-color css
<style>
span { border-color: #32D28E; }
span { border-color: rgb(50,210,142); }
td.TdClassName
{
border-color: #32D28E;
}
.TagClassName
{
border-color: #32D28E;
}
</style>