Shades of Shamrock #33DD8F
Tints of Shamrock #33DD8F
RGB
CMYK
RGB Variations
Color information
#33DD8F (or 0x33DD8F) is known color: Shamrock. HEX triplet: 33, DD and 8F. RGB value is (51,221,143). Sum of RGB (Red+Green+Blue) = 51+221+143=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DD8F is #CC2270. Grayscale: #A1A1A1. Windows color (decimal): -13378161 or 9428275. OLE color: 9428275.
HSL color Cylindrical-coordinate representation of color #33DD8F: hue angle of 152.47º 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 #33DD8F is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 143 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.13 |
| HSL | 152.47º | 0.71% | 0.53% | - |
| HSV(B) | 152.47º | 0.77% | 0.87% | - |
| XYZ | 32.18 | 54.4 | 34.79 | - |
| YUV | 161.28 | 117.68 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 143 | 0.77 | 0 | 0.35 | 0.13 | 152.47 | 0.71 | 0.53 |
| Hex | 33 | DD | 8F | 4D | 0 | 23 | D | 98 | 47 | 35 |
| Octal | 63 | 335 | 217 | 115 | 0 | 43 | 15 | 230 | 107 | 65 |
| Binary | 110011 | 11011101 | 10001111 | 1001101 | 0 | 100011 | 1101 | 10011000 | 1000111 | 110101 |
Color Harmonies of #33DD8F
Complementary color
Monochromatic Colors of #33DD8F
Black with #33DD8F
Text Example
Text Example
White with #33DD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD8F; }
p { color: rgb(51,221,143); }
H1.HeaderClassName
{
color: #33DD8F;
}
.AnyTagClassName
{
color: #33DD8F;
}
</style>
background-color css
<style>
a { background-color: #33DD8F; }
a { background-color: rgb(51,221,143); }
div.DivClassName
{
background-color: #33DD8F;
}
.BgClassName
{
background-color: #33DD8F;
}
</style>
border-color css
<style>
span { border-color: #33DD8F; }
span { border-color: rgb(51,221,143); }
td.TdClassName
{
border-color: #33DD8F;
}
.TagClassName
{
border-color: #33DD8F;
}
</style>