Shades of Shamrock #32D093
Tints of Shamrock #32D093
RGB
CMYK
RGB Variations
Color information
#32D093 (or 0x32D093) is known color: Shamrock. HEX triplet: 32, D0 and 93. RGB value is (50,208,147). Sum of RGB (Red+Green+Blue) = 50+208+147=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #32D093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D093 is #CD2F6C. Grayscale: #999999. Windows color (decimal): -13447021 or 9687090. OLE color: 9687090.
HSL color Cylindrical-coordinate representation of color #32D093: hue angle of 156.84º degrees, saturation: 0.63, 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 #32D093 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 208 | 147 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.18 |
| HSL | 156.84º | 0.63% | 0.51% | - |
| HSV(B) | 156.84º | 0.76% | 0.82% | - |
| XYZ | 29.14 | 47.9 | 35.31 | - |
| YUV | 153.8 | 124.15 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 147 | 0.76 | 0 | 0.29 | 0.18 | 156.84 | 0.63 | 0.51 |
| Hex | 32 | D0 | 93 | 4C | 0 | 1D | 12 | 9D | 3F | 33 |
| Octal | 62 | 320 | 223 | 114 | 0 | 35 | 22 | 235 | 77 | 63 |
| Binary | 110010 | 11010000 | 10010011 | 1001100 | 0 | 11101 | 10010 | 10011101 | 111111 | 110011 |
Color Harmonies of #32D093
Complementary color
Monochromatic Colors of #32D093
Black with #32D093
Text Example
Text Example
White with #32D093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D093; }
p { color: rgb(50,208,147); }
H1.HeaderClassName
{
color: #32D093;
}
.AnyTagClassName
{
color: #32D093;
}
</style>
background-color css
<style>
a { background-color: #32D093; }
a { background-color: rgb(50,208,147); }
div.DivClassName
{
background-color: #32D093;
}
.BgClassName
{
background-color: #32D093;
}
</style>
border-color css
<style>
span { border-color: #32D093; }
span { border-color: rgb(50,208,147); }
td.TdClassName
{
border-color: #32D093;
}
.TagClassName
{
border-color: #32D093;
}
</style>