Shades of Shamrock #32D28C
Tints of Shamrock #32D28C
RGB
CMYK
RGB Variations
Color information
#32D28C (or 0x32D28C) is known color: Shamrock. HEX triplet: 32, D2 and 8C. RGB value is (50,210,140). Sum of RGB (Red+Green+Blue) = 50+210+140=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #32D28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D28C is #CD2D73. Grayscale: #9A9A9A. Windows color (decimal): -13446516 or 9228850. OLE color: 9228850.
HSL color Cylindrical-coordinate representation of color #32D28C: hue angle of 153.75º 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 #32D28C is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 140 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.18 |
| HSL | 153.75º | 0.64% | 0.51% | - |
| HSV(B) | 153.75º | 0.76% | 0.82% | - |
| XYZ | 29.1 | 48.66 | 32.67 | - |
| YUV | 154.18 | 119.99 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 140 | 0.76 | 0 | 0.33 | 0.18 | 153.75 | 0.64 | 0.51 |
| Hex | 32 | D2 | 8C | 4C | 0 | 21 | 12 | 9A | 40 | 33 |
| Octal | 62 | 322 | 214 | 114 | 0 | 41 | 22 | 232 | 100 | 63 |
| Binary | 110010 | 11010010 | 10001100 | 1001100 | 0 | 100001 | 10010 | 10011010 | 1000000 | 110011 |
Color Harmonies of #32D28C
Complementary color
Monochromatic Colors of #32D28C
Black with #32D28C
Text Example
Text Example
White with #32D28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D28C; }
p { color: rgb(50,210,140); }
H1.HeaderClassName
{
color: #32D28C;
}
.AnyTagClassName
{
color: #32D28C;
}
</style>
background-color css
<style>
a { background-color: #32D28C; }
a { background-color: rgb(50,210,140); }
div.DivClassName
{
background-color: #32D28C;
}
.BgClassName
{
background-color: #32D28C;
}
</style>
border-color css
<style>
span { border-color: #32D28C; }
span { border-color: rgb(50,210,140); }
td.TdClassName
{
border-color: #32D28C;
}
.TagClassName
{
border-color: #32D28C;
}
</style>