Shades of Shamrock #33DD9D
Tints of Shamrock #33DD9D
RGB
CMYK
RGB Variations
Color information
#33DD9D (or 0x33DD9D) is known color: Shamrock. HEX triplet: 33, DD and 9D. RGB value is (51,221,157). Sum of RGB (Red+Green+Blue) = 51+221+157=429 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.89% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DD9D is #CC2262. Grayscale: #A2A2A2. Windows color (decimal): -13378147 or 10345779. OLE color: 10345779.
HSL color Cylindrical-coordinate representation of color #33DD9D: hue angle of 157.41º 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 #33DD9D is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 157 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.13 |
| HSL | 157.41º | 0.71% | 0.53% | - |
| HSV(B) | 157.41º | 0.77% | 0.87% | - |
| XYZ | 33.31 | 54.85 | 40.73 | - |
| YUV | 162.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 157 | 0.77 | 0 | 0.29 | 0.13 | 157.41 | 0.71 | 0.53 |
| Hex | 33 | DD | 9D | 4D | 0 | 1D | D | 9D | 47 | 35 |
| Octal | 63 | 335 | 235 | 115 | 0 | 35 | 15 | 235 | 107 | 65 |
| Binary | 110011 | 11011101 | 10011101 | 1001101 | 0 | 11101 | 1101 | 10011101 | 1000111 | 110101 |
Color Harmonies of #33DD9D
Complementary color
Monochromatic Colors of #33DD9D
Black with #33DD9D
Text Example
Text Example
White with #33DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD9D; }
p { color: rgb(51,221,157); }
H1.HeaderClassName
{
color: #33DD9D;
}
.AnyTagClassName
{
color: #33DD9D;
}
</style>
background-color css
<style>
a { background-color: #33DD9D; }
a { background-color: rgb(51,221,157); }
div.DivClassName
{
background-color: #33DD9D;
}
.BgClassName
{
background-color: #33DD9D;
}
</style>
border-color css
<style>
span { border-color: #33DD9D; }
span { border-color: rgb(51,221,157); }
td.TdClassName
{
border-color: #33DD9D;
}
.TagClassName
{
border-color: #33DD9D;
}
</style>