Shades of Shamrock #32DC94
Tints of Shamrock #32DC94
RGB
CMYK
RGB Variations
Color information
#32DC94 (or 0x32DC94) is known color: Shamrock. HEX triplet: 32, DC and 94. RGB value is (50,220,148). Sum of RGB (Red+Green+Blue) = 50+220+148=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32DC94 is #CD236B. Grayscale: #A1A1A1. Windows color (decimal): -13443948 or 9755698. OLE color: 9755698.
HSL color Cylindrical-coordinate representation of color #32DC94: hue angle of 154.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DC94 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 148 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.14 |
| HSL | 154.59º | 0.71% | 0.53% | - |
| HSV(B) | 154.59º | 0.77% | 0.86% | - |
| XYZ | 32.25 | 54 | 36.74 | - |
| YUV | 160.96 | 120.68 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 148 | 0.77 | 0 | 0.33 | 0.14 | 154.59 | 0.71 | 0.53 |
| Hex | 32 | DC | 94 | 4D | 0 | 21 | E | 9B | 47 | 35 |
| Octal | 62 | 334 | 224 | 115 | 0 | 41 | 16 | 233 | 107 | 65 |
| Binary | 110010 | 11011100 | 10010100 | 1001101 | 0 | 100001 | 1110 | 10011011 | 1000111 | 110101 |
Color Harmonies of #32DC94
Complementary color
Monochromatic Colors of #32DC94
Black with #32DC94
Text Example
Text Example
White with #32DC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DC94; }
p { color: rgb(50,220,148); }
H1.HeaderClassName
{
color: #32DC94;
}
.AnyTagClassName
{
color: #32DC94;
}
</style>
background-color css
<style>
a { background-color: #32DC94; }
a { background-color: rgb(50,220,148); }
div.DivClassName
{
background-color: #32DC94;
}
.BgClassName
{
background-color: #32DC94;
}
</style>
border-color css
<style>
span { border-color: #32DC94; }
span { border-color: rgb(50,220,148); }
td.TdClassName
{
border-color: #32DC94;
}
.TagClassName
{
border-color: #32DC94;
}
</style>