Shades of Shamrock #33D291
Tints of Shamrock #33D291
RGB
CMYK
RGB Variations
Color information
#33D291 (or 0x33D291) is known color: Shamrock. HEX triplet: 33, D2 and 91. RGB value is (51,210,145). Sum of RGB (Red+Green+Blue) = 51+210+145=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #33D291 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D291 is #CC2D6E. Grayscale: #9B9B9B. Windows color (decimal): -13380975 or 9556531. OLE color: 9556531.
HSL color Cylindrical-coordinate representation of color #33D291: hue angle of 155.47º degrees, saturation: 0.64, 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 #33D291 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 210 | 145 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.18 |
| HSL | 155.47º | 0.64% | 0.51% | - |
| HSV(B) | 155.47º | 0.76% | 0.82% | - |
| XYZ | 29.52 | 48.84 | 34.66 | - |
| YUV | 155.05 | 122.32 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 210 | 145 | 0.76 | 0 | 0.31 | 0.18 | 155.47 | 0.64 | 0.51 |
| Hex | 33 | D2 | 91 | 4C | 0 | 1F | 12 | 9B | 40 | 33 |
| Octal | 63 | 322 | 221 | 114 | 0 | 37 | 22 | 233 | 100 | 63 |
| Binary | 110011 | 11010010 | 10010001 | 1001100 | 0 | 11111 | 10010 | 10011011 | 1000000 | 110011 |
Color Harmonies of #33D291
Complementary color
Monochromatic Colors of #33D291
Black with #33D291
Text Example
Text Example
White with #33D291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D291; }
p { color: rgb(51,210,145); }
H1.HeaderClassName
{
color: #33D291;
}
.AnyTagClassName
{
color: #33D291;
}
</style>
background-color css
<style>
a { background-color: #33D291; }
a { background-color: rgb(51,210,145); }
div.DivClassName
{
background-color: #33D291;
}
.BgClassName
{
background-color: #33D291;
}
</style>
border-color css
<style>
span { border-color: #33D291; }
span { border-color: rgb(51,210,145); }
td.TdClassName
{
border-color: #33D291;
}
.TagClassName
{
border-color: #33D291;
}
</style>