Shades of Shamrock #33D18E
Tints of Shamrock #33D18E
RGB
CMYK
RGB Variations
Color information
#33D18E (or 0x33D18E) is known color: Shamrock. HEX triplet: 33, D1 and 8E. RGB value is (51,209,142). Sum of RGB (Red+Green+Blue) = 51+209+142=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #33D18E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D18E is #CC2E71. Grayscale: #9A9A9A. Windows color (decimal): -13381234 or 9359667. OLE color: 9359667.
HSL color Cylindrical-coordinate representation of color #33D18E: hue angle of 154.56º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D18E is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 209 | 142 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.18 |
| HSL | 154.56º | 0.63% | 0.51% | - |
| HSV(B) | 154.56º | 0.76% | 0.82% | - |
| XYZ | 29.05 | 48.26 | 33.37 | - |
| YUV | 154.12 | 121.15 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 209 | 142 | 0.76 | 0 | 0.32 | 0.18 | 154.56 | 0.63 | 0.51 |
| Hex | 33 | D1 | 8E | 4C | 0 | 20 | 12 | 9B | 3F | 33 |
| Octal | 63 | 321 | 216 | 114 | 0 | 40 | 22 | 233 | 77 | 63 |
| Binary | 110011 | 11010001 | 10001110 | 1001100 | 0 | 100000 | 10010 | 10011011 | 111111 | 110011 |
Color Harmonies of #33D18E
Complementary color
Monochromatic Colors of #33D18E
Black with #33D18E
Text Example
Text Example
White with #33D18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D18E; }
p { color: rgb(51,209,142); }
H1.HeaderClassName
{
color: #33D18E;
}
.AnyTagClassName
{
color: #33D18E;
}
</style>
background-color css
<style>
a { background-color: #33D18E; }
a { background-color: rgb(51,209,142); }
div.DivClassName
{
background-color: #33D18E;
}
.BgClassName
{
background-color: #33D18E;
}
</style>
border-color css
<style>
span { border-color: #33D18E; }
span { border-color: rgb(51,209,142); }
td.TdClassName
{
border-color: #33D18E;
}
.TagClassName
{
border-color: #33D18E;
}
</style>