Shades of Shamrock #33DF8D
Tints of Shamrock #33DF8D
RGB
CMYK
RGB Variations
Color information
#33DF8D (or 0x33DF8D) is known color: Shamrock. HEX triplet: 33, DF and 8D. RGB value is (51,223,141). Sum of RGB (Red+Green+Blue) = 51+223+141=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #33DF8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DF8D is #CC2072. Grayscale: #A2A2A2. Windows color (decimal): -13377651 or 9297715. OLE color: 9297715.
HSL color Cylindrical-coordinate representation of color #33DF8D: hue angle of 151.4º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DF8D is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 141 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.13 |
| HSL | 151.4º | 0.73% | 0.54% | - |
| HSV(B) | 151.4º | 0.77% | 0.87% | - |
| XYZ | 32.56 | 55.4 | 34.18 | - |
| YUV | 162.22 | 116.02 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 141 | 0.77 | 0 | 0.37 | 0.13 | 151.4 | 0.73 | 0.54 |
| Hex | 33 | DF | 8D | 4D | 0 | 25 | D | 97 | 49 | 36 |
| Octal | 63 | 337 | 215 | 115 | 0 | 45 | 15 | 227 | 111 | 66 |
| Binary | 110011 | 11011111 | 10001101 | 1001101 | 0 | 100101 | 1101 | 10010111 | 1001001 | 110110 |
Color Harmonies of #33DF8D
Complementary color
Monochromatic Colors of #33DF8D
Black with #33DF8D
Text Example
Text Example
White with #33DF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DF8D; }
p { color: rgb(51,223,141); }
H1.HeaderClassName
{
color: #33DF8D;
}
.AnyTagClassName
{
color: #33DF8D;
}
</style>
background-color css
<style>
a { background-color: #33DF8D; }
a { background-color: rgb(51,223,141); }
div.DivClassName
{
background-color: #33DF8D;
}
.BgClassName
{
background-color: #33DF8D;
}
</style>
border-color css
<style>
span { border-color: #33DF8D; }
span { border-color: rgb(51,223,141); }
td.TdClassName
{
border-color: #33DF8D;
}
.TagClassName
{
border-color: #33DF8D;
}
</style>