Shades of Shamrock #32DA98
Tints of Shamrock #32DA98
RGB
CMYK
RGB Variations
Color information
#32DA98 (or 0x32DA98) is known color: Shamrock. HEX triplet: 32, DA and 98. RGB value is (50,218,152). Sum of RGB (Red+Green+Blue) = 50+218+152=420 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.90% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32DA98 is #CD2567. Grayscale: #A0A0A0. Windows color (decimal): -13444456 or 10017330. OLE color: 10017330.
HSL color Cylindrical-coordinate representation of color #32DA98: hue angle of 156.43º 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 #32DA98 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 152 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.15 |
| HSL | 156.43º | 0.69% | 0.53% | - |
| HSV(B) | 156.43º | 0.77% | 0.85% | - |
| XYZ | 32.05 | 53.09 | 38.26 | - |
| YUV | 160.24 | 123.34 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 152 | 0.77 | 0 | 0.30 | 0.15 | 156.43 | 0.69 | 0.53 |
| Hex | 32 | DA | 98 | 4D | 0 | 1E | F | 9C | 45 | 35 |
| Octal | 62 | 332 | 230 | 115 | 0 | 36 | 17 | 234 | 105 | 65 |
| Binary | 110010 | 11011010 | 10011000 | 1001101 | 0 | 11110 | 1111 | 10011100 | 1000101 | 110101 |
Color Harmonies of #32DA98
Complementary color
Monochromatic Colors of #32DA98
Black with #32DA98
Text Example
Text Example
White with #32DA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA98; }
p { color: rgb(50,218,152); }
H1.HeaderClassName
{
color: #32DA98;
}
.AnyTagClassName
{
color: #32DA98;
}
</style>
background-color css
<style>
a { background-color: #32DA98; }
a { background-color: rgb(50,218,152); }
div.DivClassName
{
background-color: #32DA98;
}
.BgClassName
{
background-color: #32DA98;
}
</style>
border-color css
<style>
span { border-color: #32DA98; }
span { border-color: rgb(50,218,152); }
td.TdClassName
{
border-color: #32DA98;
}
.TagClassName
{
border-color: #32DA98;
}
</style>