Shades of Shamrock #33CE96
Tints of Shamrock #33CE96
RGB
CMYK
RGB Variations
Color information
#33CE96 (or 0x33CE96) is known color: Shamrock. HEX triplet: 33, CE and 96. RGB value is (51,206,150). Sum of RGB (Red+Green+Blue) = 51+206+150=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #33CE96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CE96 is #CC3169. Grayscale: #999999. Windows color (decimal): -13381994 or 9883187. OLE color: 9883187.
HSL color Cylindrical-coordinate representation of color #33CE96: hue angle of 158.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CE96 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 150 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.19 |
| HSL | 158.32º | 0.61% | 0.5% | - |
| HSV(B) | 158.32º | 0.75% | 0.81% | - |
| XYZ | 28.94 | 47.05 | 36.41 | - |
| YUV | 153.27 | 126.15 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 150 | 0.75 | 0 | 0.27 | 0.19 | 158.32 | 0.61 | 0.5 |
| Hex | 33 | CE | 96 | 4B | 0 | 1B | 13 | 9E | 3D | 32 |
| Octal | 63 | 316 | 226 | 113 | 0 | 33 | 23 | 236 | 75 | 62 |
| Binary | 110011 | 11001110 | 10010110 | 1001011 | 0 | 11011 | 10011 | 10011110 | 111101 | 110010 |
Color Harmonies of #33CE96
Complementary color
Monochromatic Colors of #33CE96
Black with #33CE96
Text Example
Text Example
White with #33CE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CE96; }
p { color: rgb(51,206,150); }
H1.HeaderClassName
{
color: #33CE96;
}
.AnyTagClassName
{
color: #33CE96;
}
</style>
background-color css
<style>
a { background-color: #33CE96; }
a { background-color: rgb(51,206,150); }
div.DivClassName
{
background-color: #33CE96;
}
.BgClassName
{
background-color: #33CE96;
}
</style>
border-color css
<style>
span { border-color: #33CE96; }
span { border-color: rgb(51,206,150); }
td.TdClassName
{
border-color: #33CE96;
}
.TagClassName
{
border-color: #33CE96;
}
</style>