Shades of Shamrock #33D097
Tints of Shamrock #33D097
RGB
CMYK
RGB Variations
Color information
#33D097 (or 0x33D097) is known color: Shamrock. HEX triplet: 33, D0 and 97. RGB value is (51,208,151). Sum of RGB (Red+Green+Blue) = 51+208+151=410 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.44% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #33D097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D097 is #CC2F68. Grayscale: #9A9A9A. Windows color (decimal): -13381481 or 9949235. OLE color: 9949235.
HSL color Cylindrical-coordinate representation of color #33D097: hue angle of 158.22º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33D097 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 208 | 151 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.18 |
| HSL | 158.22º | 0.63% | 0.51% | - |
| HSV(B) | 158.22º | 0.75% | 0.82% | - |
| XYZ | 29.51 | 48.05 | 37 | - |
| YUV | 154.56 | 125.99 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 208 | 151 | 0.75 | 0 | 0.27 | 0.18 | 158.22 | 0.63 | 0.51 |
| Hex | 33 | D0 | 97 | 4B | 0 | 1B | 12 | 9E | 3F | 33 |
| Octal | 63 | 320 | 227 | 113 | 0 | 33 | 22 | 236 | 77 | 63 |
| Binary | 110011 | 11010000 | 10010111 | 1001011 | 0 | 11011 | 10010 | 10011110 | 111111 | 110011 |
Color Harmonies of #33D097
Complementary color
Monochromatic Colors of #33D097
Black with #33D097
Text Example
Text Example
White with #33D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D097; }
p { color: rgb(51,208,151); }
H1.HeaderClassName
{
color: #33D097;
}
.AnyTagClassName
{
color: #33D097;
}
</style>
background-color css
<style>
a { background-color: #33D097; }
a { background-color: rgb(51,208,151); }
div.DivClassName
{
background-color: #33D097;
}
.BgClassName
{
background-color: #33D097;
}
</style>
border-color css
<style>
span { border-color: #33D097; }
span { border-color: rgb(51,208,151); }
td.TdClassName
{
border-color: #33D097;
}
.TagClassName
{
border-color: #33D097;
}
</style>