Shades of Shamrock #32DA93
Tints of Shamrock #32DA93
RGB
CMYK
RGB Variations
Color information
#32DA93 (or 0x32DA93) is known color: Shamrock. HEX triplet: 32, DA and 93. RGB value is (50,218,147). Sum of RGB (Red+Green+Blue) = 50+218+147=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 218 (85.55% from 255 or 52.53% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32DA93 is #CD256C. Grayscale: #9F9F9F. Windows color (decimal): -13444461 or 9689650. OLE color: 9689650.
HSL color Cylindrical-coordinate representation of color #32DA93: hue angle of 154.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DA93 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 147 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.15 |
| HSL | 154.64º | 0.69% | 0.53% | - |
| HSV(B) | 154.64º | 0.77% | 0.85% | - |
| XYZ | 31.65 | 52.93 | 36.15 | - |
| YUV | 159.67 | 120.84 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 147 | 0.77 | 0 | 0.33 | 0.15 | 154.64 | 0.69 | 0.53 |
| Hex | 32 | DA | 93 | 4D | 0 | 21 | F | 9B | 45 | 35 |
| Octal | 62 | 332 | 223 | 115 | 0 | 41 | 17 | 233 | 105 | 65 |
| Binary | 110010 | 11011010 | 10010011 | 1001101 | 0 | 100001 | 1111 | 10011011 | 1000101 | 110101 |
Color Harmonies of #32DA93
Complementary color
Monochromatic Colors of #32DA93
Black with #32DA93
Text Example
Text Example
White with #32DA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA93; }
p { color: rgb(50,218,147); }
H1.HeaderClassName
{
color: #32DA93;
}
.AnyTagClassName
{
color: #32DA93;
}
</style>
background-color css
<style>
a { background-color: #32DA93; }
a { background-color: rgb(50,218,147); }
div.DivClassName
{
background-color: #32DA93;
}
.BgClassName
{
background-color: #32DA93;
}
</style>
border-color css
<style>
span { border-color: #32DA93; }
span { border-color: rgb(50,218,147); }
td.TdClassName
{
border-color: #32DA93;
}
.TagClassName
{
border-color: #32DA93;
}
</style>