Shades of Shamrock #33D996
Tints of Shamrock #33D996
RGB
CMYK
RGB Variations
Color information
#33D996 (or 0x33D996) is known color: Shamrock. HEX triplet: 33, D9 and 96. RGB value is (51,217,150). Sum of RGB (Red+Green+Blue) = 51+217+150=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #33D996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D996 is #CC2669. Grayscale: #9F9F9F. Windows color (decimal): -13379178 or 9886003. OLE color: 9886003.
HSL color Cylindrical-coordinate representation of color #33D996: hue angle of 155.78º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D996 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 150 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.15 |
| HSL | 155.78º | 0.69% | 0.53% | - |
| HSV(B) | 155.78º | 0.76% | 0.85% | - |
| XYZ | 31.68 | 52.53 | 37.32 | - |
| YUV | 159.73 | 122.5 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 150 | 0.76 | 0 | 0.31 | 0.15 | 155.78 | 0.69 | 0.53 |
| Hex | 33 | D9 | 96 | 4C | 0 | 1F | F | 9C | 45 | 35 |
| Octal | 63 | 331 | 226 | 114 | 0 | 37 | 17 | 234 | 105 | 65 |
| Binary | 110011 | 11011001 | 10010110 | 1001100 | 0 | 11111 | 1111 | 10011100 | 1000101 | 110101 |
Color Harmonies of #33D996
Complementary color
Monochromatic Colors of #33D996
Black with #33D996
Text Example
Text Example
White with #33D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D996; }
p { color: rgb(51,217,150); }
H1.HeaderClassName
{
color: #33D996;
}
.AnyTagClassName
{
color: #33D996;
}
</style>
background-color css
<style>
a { background-color: #33D996; }
a { background-color: rgb(51,217,150); }
div.DivClassName
{
background-color: #33D996;
}
.BgClassName
{
background-color: #33D996;
}
</style>
border-color css
<style>
span { border-color: #33D996; }
span { border-color: rgb(51,217,150); }
td.TdClassName
{
border-color: #33D996;
}
.TagClassName
{
border-color: #33D996;
}
</style>