Shades of Shamrock #33CE80
Tints of Shamrock #33CE80
RGB
CMYK
RGB Variations
Color information
#33CE80 (or 0x33CE80) is known color: Shamrock. HEX triplet: 33, CE and 80. RGB value is (51,206,128). Sum of RGB (Red+Green+Blue) = 51+206+128=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #33CE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CE80 is #CC317F. Grayscale: #969696. Windows color (decimal): -13382016 or 8441395. OLE color: 8441395.
HSL color Cylindrical-coordinate representation of color #33CE80: hue angle of 149.81º 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 #33CE80 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 128 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.19 |
| HSL | 149.81º | 0.61% | 0.5% | - |
| HSV(B) | 149.81º | 0.75% | 0.81% | - |
| XYZ | 27.33 | 46.4 | 27.94 | - |
| YUV | 150.76 | 115.15 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 128 | 0.75 | 0 | 0.38 | 0.19 | 149.81 | 0.61 | 0.5 |
| Hex | 33 | CE | 80 | 4B | 0 | 26 | 13 | 96 | 3D | 32 |
| Octal | 63 | 316 | 200 | 113 | 0 | 46 | 23 | 226 | 75 | 62 |
| Binary | 110011 | 11001110 | 10000000 | 1001011 | 0 | 100110 | 10011 | 10010110 | 111101 | 110010 |
Color Harmonies of #33CE80
Complementary color
Monochromatic Colors of #33CE80
Black with #33CE80
Text Example
Text Example
White with #33CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CE80; }
p { color: rgb(51,206,128); }
H1.HeaderClassName
{
color: #33CE80;
}
.AnyTagClassName
{
color: #33CE80;
}
</style>
background-color css
<style>
a { background-color: #33CE80; }
a { background-color: rgb(51,206,128); }
div.DivClassName
{
background-color: #33CE80;
}
.BgClassName
{
background-color: #33CE80;
}
</style>
border-color css
<style>
span { border-color: #33CE80; }
span { border-color: rgb(51,206,128); }
td.TdClassName
{
border-color: #33CE80;
}
.TagClassName
{
border-color: #33CE80;
}
</style>