Shades of Shamrock #33DD88
Tints of Shamrock #33DD88
RGB
CMYK
RGB Variations
Color information
#33DD88 (or 0x33DD88) is known color: Shamrock. HEX triplet: 33, DD and 88. RGB value is (51,221,136). Sum of RGB (Red+Green+Blue) = 51+221+136=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DD88 is #CC2277. Grayscale: #A0A0A0. Windows color (decimal): -13378168 or 8969523. OLE color: 8969523.
HSL color Cylindrical-coordinate representation of color #33DD88: hue angle of 150º 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 #33DD88 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 136 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.13 |
| HSL | 150º | 0.71% | 0.53% | - |
| HSV(B) | 150º | 0.77% | 0.87% | - |
| XYZ | 31.67 | 54.19 | 32.08 | - |
| YUV | 160.48 | 114.18 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 136 | 0.77 | 0 | 0.38 | 0.13 | 150 | 0.71 | 0.53 |
| Hex | 33 | DD | 88 | 4D | 0 | 26 | D | 96 | 47 | 35 |
| Octal | 63 | 335 | 210 | 115 | 0 | 46 | 15 | 226 | 107 | 65 |
| Binary | 110011 | 11011101 | 10001000 | 1001101 | 0 | 100110 | 1101 | 10010110 | 1000111 | 110101 |
Color Harmonies of #33DD88
Complementary color
Monochromatic Colors of #33DD88
Black with #33DD88
Text Example
Text Example
White with #33DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD88; }
p { color: rgb(51,221,136); }
H1.HeaderClassName
{
color: #33DD88;
}
.AnyTagClassName
{
color: #33DD88;
}
</style>
background-color css
<style>
a { background-color: #33DD88; }
a { background-color: rgb(51,221,136); }
div.DivClassName
{
background-color: #33DD88;
}
.BgClassName
{
background-color: #33DD88;
}
</style>
border-color css
<style>
span { border-color: #33DD88; }
span { border-color: rgb(51,221,136); }
td.TdClassName
{
border-color: #33DD88;
}
.TagClassName
{
border-color: #33DD88;
}
</style>