Shades of Shamrock #33CC80
Tints of Shamrock #33CC80
RGB
CMYK
RGB Variations
Color information
#33CC80 (or 0x33CC80) is known color: Shamrock. HEX triplet: 33, CC and 80. RGB value is (51,204,128). Sum of RGB (Red+Green+Blue) = 51+204+128=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CC80 is #CC337F. Grayscale: #959595. Windows color (decimal): -13382528 or 8440883. OLE color: 8440883.
HSL color Cylindrical-coordinate representation of color #33CC80: hue angle of 150.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CC80 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 128 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.2 |
| HSL | 150.2º | 0.6% | 0.5% | - |
| HSV(B) | 150.2º | 0.75% | 0.8% | - |
| XYZ | 26.85 | 45.45 | 27.78 | - |
| YUV | 149.59 | 115.81 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 128 | 0.75 | 0 | 0.37 | 0.2 | 150.2 | 0.6 | 0.5 |
| Hex | 33 | CC | 80 | 4B | 0 | 25 | 14 | 96 | 3C | 32 |
| Octal | 63 | 314 | 200 | 113 | 0 | 45 | 24 | 226 | 74 | 62 |
| Binary | 110011 | 11001100 | 10000000 | 1001011 | 0 | 100101 | 10100 | 10010110 | 111100 | 110010 |
Color Harmonies of #33CC80
Complementary color
Monochromatic Colors of #33CC80
Black with #33CC80
Text Example
Text Example
White with #33CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CC80; }
p { color: rgb(51,204,128); }
H1.HeaderClassName
{
color: #33CC80;
}
.AnyTagClassName
{
color: #33CC80;
}
</style>
background-color css
<style>
a { background-color: #33CC80; }
a { background-color: rgb(51,204,128); }
div.DivClassName
{
background-color: #33CC80;
}
.BgClassName
{
background-color: #33CC80;
}
</style>
border-color css
<style>
span { border-color: #33CC80; }
span { border-color: rgb(51,204,128); }
td.TdClassName
{
border-color: #33CC80;
}
.TagClassName
{
border-color: #33CC80;
}
</style>