Shades of Shamrock #33DD8D
Tints of Shamrock #33DD8D
RGB
CMYK
RGB Variations
Color information
#33DD8D (or 0x33DD8D) is known color: Shamrock. HEX triplet: 33, DD and 8D. RGB value is (51,221,141). Sum of RGB (Red+Green+Blue) = 51+221+141=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DD8D is #CC2272. Grayscale: #A1A1A1. Windows color (decimal): -13378163 or 9297203. OLE color: 9297203.
HSL color Cylindrical-coordinate representation of color #33DD8D: hue angle of 151.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DD8D is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 141 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.13 |
| HSL | 151.76º | 0.71% | 0.53% | - |
| HSV(B) | 151.76º | 0.77% | 0.87% | - |
| XYZ | 32.03 | 54.34 | 34 | - |
| YUV | 161.05 | 116.68 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 141 | 0.77 | 0 | 0.36 | 0.13 | 151.76 | 0.71 | 0.53 |
| Hex | 33 | DD | 8D | 4D | 0 | 24 | D | 98 | 47 | 35 |
| Octal | 63 | 335 | 215 | 115 | 0 | 44 | 15 | 230 | 107 | 65 |
| Binary | 110011 | 11011101 | 10001101 | 1001101 | 0 | 100100 | 1101 | 10011000 | 1000111 | 110101 |
Color Harmonies of #33DD8D
Complementary color
Monochromatic Colors of #33DD8D
Black with #33DD8D
Text Example
Text Example
White with #33DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD8D; }
p { color: rgb(51,221,141); }
H1.HeaderClassName
{
color: #33DD8D;
}
.AnyTagClassName
{
color: #33DD8D;
}
</style>
background-color css
<style>
a { background-color: #33DD8D; }
a { background-color: rgb(51,221,141); }
div.DivClassName
{
background-color: #33DD8D;
}
.BgClassName
{
background-color: #33DD8D;
}
</style>
border-color css
<style>
span { border-color: #33DD8D; }
span { border-color: rgb(51,221,141); }
td.TdClassName
{
border-color: #33DD8D;
}
.TagClassName
{
border-color: #33DD8D;
}
</style>