Shades of Shamrock #33DD9A
Tints of Shamrock #33DD9A
RGB
CMYK
RGB Variations
Color information
#33DD9A (or 0x33DD9A) is known color: Shamrock. HEX triplet: 33, DD and 9A. RGB value is (51,221,154). Sum of RGB (Red+Green+Blue) = 51+221+154=426 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.97% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DD9A is #CC2265. Grayscale: #A2A2A2. Windows color (decimal): -13378150 or 10149171. OLE color: 10149171.
HSL color Cylindrical-coordinate representation of color #33DD9A: hue angle of 156.35º 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 #33DD9A is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 154 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.13 |
| HSL | 156.35º | 0.71% | 0.53% | - |
| HSV(B) | 156.35º | 0.77% | 0.87% | - |
| XYZ | 33.05 | 54.75 | 39.4 | - |
| YUV | 162.53 | 123.18 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 154 | 0.77 | 0 | 0.30 | 0.13 | 156.35 | 0.71 | 0.53 |
| Hex | 33 | DD | 9A | 4D | 0 | 1E | D | 9C | 47 | 35 |
| Octal | 63 | 335 | 232 | 115 | 0 | 36 | 15 | 234 | 107 | 65 |
| Binary | 110011 | 11011101 | 10011010 | 1001101 | 0 | 11110 | 1101 | 10011100 | 1000111 | 110101 |
Color Harmonies of #33DD9A
Complementary color
Monochromatic Colors of #33DD9A
Black with #33DD9A
Text Example
Text Example
White with #33DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD9A; }
p { color: rgb(51,221,154); }
H1.HeaderClassName
{
color: #33DD9A;
}
.AnyTagClassName
{
color: #33DD9A;
}
</style>
background-color css
<style>
a { background-color: #33DD9A; }
a { background-color: rgb(51,221,154); }
div.DivClassName
{
background-color: #33DD9A;
}
.BgClassName
{
background-color: #33DD9A;
}
</style>
border-color css
<style>
span { border-color: #33DD9A; }
span { border-color: rgb(51,221,154); }
td.TdClassName
{
border-color: #33DD9A;
}
.TagClassName
{
border-color: #33DD9A;
}
</style>