Shades of Shamrock #33D3A1
Tints of Shamrock #33D3A1
RGB
CMYK
RGB Variations
Color information
#33D3A1 (or 0x33D3A1) is known color: Shamrock. HEX triplet: 33, D3 and A1. RGB value is (51,211,161). Sum of RGB (Red+Green+Blue) = 51+211+161=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #33D3A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D3A1 is #CC2C5E. Grayscale: #9D9D9D. Windows color (decimal): -13380703 or 10605363. OLE color: 10605363.
HSL color Cylindrical-coordinate representation of color #33D3A1: hue angle of 161.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D3A1 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 211 | 161 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.17 |
| HSL | 161.25º | 0.65% | 0.51% | - |
| HSV(B) | 161.25º | 0.76% | 0.83% | - |
| XYZ | 31.09 | 49.87 | 41.7 | - |
| YUV | 157.46 | 129.99 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 211 | 161 | 0.76 | 0 | 0.24 | 0.17 | 161.25 | 0.65 | 0.51 |
| Hex | 33 | D3 | A1 | 4C | 0 | 18 | 11 | A1 | 41 | 33 |
| Octal | 63 | 323 | 241 | 114 | 0 | 30 | 21 | 241 | 101 | 63 |
| Binary | 110011 | 11010011 | 10100001 | 1001100 | 0 | 11000 | 10001 | 10100001 | 1000001 | 110011 |
Color Harmonies of #33D3A1
Complementary color
Monochromatic Colors of #33D3A1
Black with #33D3A1
Text Example
Text Example
White with #33D3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D3A1; }
p { color: rgb(51,211,161); }
H1.HeaderClassName
{
color: #33D3A1;
}
.AnyTagClassName
{
color: #33D3A1;
}
</style>
background-color css
<style>
a { background-color: #33D3A1; }
a { background-color: rgb(51,211,161); }
div.DivClassName
{
background-color: #33D3A1;
}
.BgClassName
{
background-color: #33D3A1;
}
</style>
border-color css
<style>
span { border-color: #33D3A1; }
span { border-color: rgb(51,211,161); }
td.TdClassName
{
border-color: #33D3A1;
}
.TagClassName
{
border-color: #33D3A1;
}
</style>