Shades of Shamrock #33DC80
Tints of Shamrock #33DC80
RGB
CMYK
RGB Variations
Color information
#33DC80 (or 0x33DC80) is known color: Shamrock. HEX triplet: 33, DC and 80. RGB value is (51,220,128). Sum of RGB (Red+Green+Blue) = 51+220+128=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DC80 is #CC237F. Grayscale: #9F9F9F. Windows color (decimal): -13378432 or 8444979. OLE color: 8444979.
HSL color Cylindrical-coordinate representation of color #33DC80: hue angle of 147.34º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DC80 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 220 | 128 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.14 |
| HSL | 147.34º | 0.71% | 0.53% | - |
| HSV(B) | 147.34º | 0.77% | 0.86% | - |
| XYZ | 30.85 | 53.45 | 29.11 | - |
| YUV | 158.98 | 110.51 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 128 | 0.77 | 0 | 0.42 | 0.14 | 147.34 | 0.71 | 0.53 |
| Hex | 33 | DC | 80 | 4D | 0 | 2A | E | 93 | 47 | 35 |
| Octal | 63 | 334 | 200 | 115 | 0 | 52 | 16 | 223 | 107 | 65 |
| Binary | 110011 | 11011100 | 10000000 | 1001101 | 0 | 101010 | 1110 | 10010011 | 1000111 | 110101 |
Color Harmonies of #33DC80
Complementary color
Monochromatic Colors of #33DC80
Black with #33DC80
Text Example
Text Example
White with #33DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DC80; }
p { color: rgb(51,220,128); }
H1.HeaderClassName
{
color: #33DC80;
}
.AnyTagClassName
{
color: #33DC80;
}
</style>
background-color css
<style>
a { background-color: #33DC80; }
a { background-color: rgb(51,220,128); }
div.DivClassName
{
background-color: #33DC80;
}
.BgClassName
{
background-color: #33DC80;
}
</style>
border-color css
<style>
span { border-color: #33DC80; }
span { border-color: rgb(51,220,128); }
td.TdClassName
{
border-color: #33DC80;
}
.TagClassName
{
border-color: #33DC80;
}
</style>