Shades of Shamrock #33DD87
Tints of Shamrock #33DD87
RGB
CMYK
RGB Variations
Color information
#33DD87 (or 0x33DD87) is known color: Shamrock. HEX triplet: 33, DD and 87. RGB value is (51,221,135). Sum of RGB (Red+Green+Blue) = 51+221+135=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DD87 is #CC2278. Grayscale: #A0A0A0. Windows color (decimal): -13378169 or 8903987. OLE color: 8903987.
HSL color Cylindrical-coordinate representation of color #33DD87: hue angle of 149.65º 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 #33DD87 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 135 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.13 |
| HSL | 149.65º | 0.71% | 0.53% | - |
| HSV(B) | 149.65º | 0.77% | 0.87% | - |
| XYZ | 31.59 | 54.17 | 31.71 | - |
| YUV | 160.37 | 113.68 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 135 | 0.77 | 0 | 0.39 | 0.13 | 149.65 | 0.71 | 0.53 |
| Hex | 33 | DD | 87 | 4D | 0 | 27 | D | 96 | 47 | 35 |
| Octal | 63 | 335 | 207 | 115 | 0 | 47 | 15 | 226 | 107 | 65 |
| Binary | 110011 | 11011101 | 10000111 | 1001101 | 0 | 100111 | 1101 | 10010110 | 1000111 | 110101 |
Color Harmonies of #33DD87
Complementary color
Monochromatic Colors of #33DD87
Black with #33DD87
Text Example
Text Example
White with #33DD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD87; }
p { color: rgb(51,221,135); }
H1.HeaderClassName
{
color: #33DD87;
}
.AnyTagClassName
{
color: #33DD87;
}
</style>
background-color css
<style>
a { background-color: #33DD87; }
a { background-color: rgb(51,221,135); }
div.DivClassName
{
background-color: #33DD87;
}
.BgClassName
{
background-color: #33DD87;
}
</style>
border-color css
<style>
span { border-color: #33DD87; }
span { border-color: rgb(51,221,135); }
td.TdClassName
{
border-color: #33DD87;
}
.TagClassName
{
border-color: #33DD87;
}
</style>