Shades of Shamrock #33DD95
Tints of Shamrock #33DD95
RGB
CMYK
RGB Variations
Color information
#33DD95 (or 0x33DD95) is known color: Shamrock. HEX triplet: 33, DD and 95. RGB value is (51,221,149). Sum of RGB (Red+Green+Blue) = 51+221+149=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DD95 is #CC226A. Grayscale: #A2A2A2. Windows color (decimal): -13378155 or 9821491. OLE color: 9821491.
HSL color Cylindrical-coordinate representation of color #33DD95: hue angle of 154.59º 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 #33DD95 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 149 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.13 |
| HSL | 154.59º | 0.71% | 0.53% | - |
| HSV(B) | 154.59º | 0.77% | 0.87% | - |
| XYZ | 32.65 | 54.59 | 37.25 | - |
| YUV | 161.96 | 120.68 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 149 | 0.77 | 0 | 0.33 | 0.13 | 154.59 | 0.71 | 0.53 |
| Hex | 33 | DD | 95 | 4D | 0 | 21 | D | 9B | 47 | 35 |
| Octal | 63 | 335 | 225 | 115 | 0 | 41 | 15 | 233 | 107 | 65 |
| Binary | 110011 | 11011101 | 10010101 | 1001101 | 0 | 100001 | 1101 | 10011011 | 1000111 | 110101 |
Color Harmonies of #33DD95
Complementary color
Monochromatic Colors of #33DD95
Black with #33DD95
Text Example
Text Example
White with #33DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD95; }
p { color: rgb(51,221,149); }
H1.HeaderClassName
{
color: #33DD95;
}
.AnyTagClassName
{
color: #33DD95;
}
</style>
background-color css
<style>
a { background-color: #33DD95; }
a { background-color: rgb(51,221,149); }
div.DivClassName
{
background-color: #33DD95;
}
.BgClassName
{
background-color: #33DD95;
}
</style>
border-color css
<style>
span { border-color: #33DD95; }
span { border-color: rgb(51,221,149); }
td.TdClassName
{
border-color: #33DD95;
}
.TagClassName
{
border-color: #33DD95;
}
</style>