Shades of Shamrock #33D995
Tints of Shamrock #33D995
RGB
CMYK
RGB Variations
Color information
#33D995 (or 0x33D995) is known color: Shamrock. HEX triplet: 33, D9 and 95. RGB value is (51,217,149). Sum of RGB (Red+Green+Blue) = 51+217+149=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #33D995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D995 is #CC266A. Grayscale: #9F9F9F. Windows color (decimal): -13379179 or 9820467. OLE color: 9820467.
HSL color Cylindrical-coordinate representation of color #33D995: hue angle of 155.42º 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 #33D995 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 149 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.15 |
| HSL | 155.42º | 0.69% | 0.53% | - |
| HSV(B) | 155.42º | 0.76% | 0.85% | - |
| XYZ | 31.6 | 52.5 | 36.9 | - |
| YUV | 159.61 | 122 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 149 | 0.76 | 0 | 0.31 | 0.15 | 155.42 | 0.69 | 0.53 |
| Hex | 33 | D9 | 95 | 4C | 0 | 1F | F | 9B | 45 | 35 |
| Octal | 63 | 331 | 225 | 114 | 0 | 37 | 17 | 233 | 105 | 65 |
| Binary | 110011 | 11011001 | 10010101 | 1001100 | 0 | 11111 | 1111 | 10011011 | 1000101 | 110101 |
Color Harmonies of #33D995
Complementary color
Monochromatic Colors of #33D995
Black with #33D995
Text Example
Text Example
White with #33D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D995; }
p { color: rgb(51,217,149); }
H1.HeaderClassName
{
color: #33D995;
}
.AnyTagClassName
{
color: #33D995;
}
</style>
background-color css
<style>
a { background-color: #33D995; }
a { background-color: rgb(51,217,149); }
div.DivClassName
{
background-color: #33D995;
}
.BgClassName
{
background-color: #33D995;
}
</style>
border-color css
<style>
span { border-color: #33D995; }
span { border-color: rgb(51,217,149); }
td.TdClassName
{
border-color: #33D995;
}
.TagClassName
{
border-color: #33D995;
}
</style>