Shades of Shamrock #32DC90
Tints of Shamrock #32DC90
RGB
CMYK
RGB Variations
Color information
#32DC90 (or 0x32DC90) is known color: Shamrock. HEX triplet: 32, DC and 90. RGB value is (50,220,144). Sum of RGB (Red+Green+Blue) = 50+220+144=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32DC90 is #CD236F. Grayscale: #A0A0A0. Windows color (decimal): -13443952 or 9493554. OLE color: 9493554.
HSL color Cylindrical-coordinate representation of color #32DC90: hue angle of 153.18º 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 #32DC90 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 144 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.14 |
| HSL | 153.18º | 0.71% | 0.53% | - |
| HSV(B) | 153.18º | 0.77% | 0.86% | - |
| XYZ | 31.94 | 53.88 | 35.1 | - |
| YUV | 160.51 | 118.68 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 144 | 0.77 | 0 | 0.35 | 0.14 | 153.18 | 0.71 | 0.53 |
| Hex | 32 | DC | 90 | 4D | 0 | 23 | E | 99 | 47 | 35 |
| Octal | 62 | 334 | 220 | 115 | 0 | 43 | 16 | 231 | 107 | 65 |
| Binary | 110010 | 11011100 | 10010000 | 1001101 | 0 | 100011 | 1110 | 10011001 | 1000111 | 110101 |
Color Harmonies of #32DC90
Complementary color
Monochromatic Colors of #32DC90
Black with #32DC90
Text Example
Text Example
White with #32DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DC90; }
p { color: rgb(50,220,144); }
H1.HeaderClassName
{
color: #32DC90;
}
.AnyTagClassName
{
color: #32DC90;
}
</style>
background-color css
<style>
a { background-color: #32DC90; }
a { background-color: rgb(50,220,144); }
div.DivClassName
{
background-color: #32DC90;
}
.BgClassName
{
background-color: #32DC90;
}
</style>
border-color css
<style>
span { border-color: #32DC90; }
span { border-color: rgb(50,220,144); }
td.TdClassName
{
border-color: #32DC90;
}
.TagClassName
{
border-color: #32DC90;
}
</style>