Shades of Shamrock #33CE90
Tints of Shamrock #33CE90
RGB
CMYK
RGB Variations
Color information
#33CE90 (or 0x33CE90) is known color: Shamrock. HEX triplet: 33, CE and 90. RGB value is (51,206,144). Sum of RGB (Red+Green+Blue) = 51+206+144=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #33CE90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CE90 is #CC316F. Grayscale: #989898. Windows color (decimal): -13382000 or 9489971. OLE color: 9489971.
HSL color Cylindrical-coordinate representation of color #33CE90: hue angle of 156º 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 #33CE90 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 144 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.19 |
| HSL | 156º | 0.61% | 0.5% | - |
| HSV(B) | 156º | 0.75% | 0.81% | - |
| XYZ | 28.47 | 46.86 | 33.93 | - |
| YUV | 152.59 | 123.15 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 144 | 0.75 | 0 | 0.30 | 0.19 | 156 | 0.61 | 0.5 |
| Hex | 33 | CE | 90 | 4B | 0 | 1E | 13 | 9C | 3D | 32 |
| Octal | 63 | 316 | 220 | 113 | 0 | 36 | 23 | 234 | 75 | 62 |
| Binary | 110011 | 11001110 | 10010000 | 1001011 | 0 | 11110 | 10011 | 10011100 | 111101 | 110010 |
Color Harmonies of #33CE90
Complementary color
Monochromatic Colors of #33CE90
Black with #33CE90
Text Example
Text Example
White with #33CE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CE90; }
p { color: rgb(51,206,144); }
H1.HeaderClassName
{
color: #33CE90;
}
.AnyTagClassName
{
color: #33CE90;
}
</style>
background-color css
<style>
a { background-color: #33CE90; }
a { background-color: rgb(51,206,144); }
div.DivClassName
{
background-color: #33CE90;
}
.BgClassName
{
background-color: #33CE90;
}
</style>
border-color css
<style>
span { border-color: #33CE90; }
span { border-color: rgb(51,206,144); }
td.TdClassName
{
border-color: #33CE90;
}
.TagClassName
{
border-color: #33CE90;
}
</style>