Shades of Shamrock #33DA80
Tints of Shamrock #33DA80
RGB
CMYK
RGB Variations
Color information
#33DA80 (or 0x33DA80) is known color: Shamrock. HEX triplet: 33, DA and 80. RGB value is (51,218,128). Sum of RGB (Red+Green+Blue) = 51+218+128=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #33DA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DA80 is #CC257F. Grayscale: #9E9E9E. Windows color (decimal): -13378944 or 8444467. OLE color: 8444467.
HSL color Cylindrical-coordinate representation of color #33DA80: hue angle of 147.66º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DA80 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 218 | 128 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.15 |
| HSL | 147.66º | 0.69% | 0.53% | - |
| HSV(B) | 147.66º | 0.77% | 0.85% | - |
| XYZ | 30.33 | 52.41 | 28.94 | - |
| YUV | 157.81 | 111.17 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 218 | 128 | 0.77 | 0 | 0.41 | 0.15 | 147.66 | 0.69 | 0.53 |
| Hex | 33 | DA | 80 | 4D | 0 | 29 | F | 94 | 45 | 35 |
| Octal | 63 | 332 | 200 | 115 | 0 | 51 | 17 | 224 | 105 | 65 |
| Binary | 110011 | 11011010 | 10000000 | 1001101 | 0 | 101001 | 1111 | 10010100 | 1000101 | 110101 |
Color Harmonies of #33DA80
Complementary color
Monochromatic Colors of #33DA80
Black with #33DA80
Text Example
Text Example
White with #33DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DA80; }
p { color: rgb(51,218,128); }
H1.HeaderClassName
{
color: #33DA80;
}
.AnyTagClassName
{
color: #33DA80;
}
</style>
background-color css
<style>
a { background-color: #33DA80; }
a { background-color: rgb(51,218,128); }
div.DivClassName
{
background-color: #33DA80;
}
.BgClassName
{
background-color: #33DA80;
}
</style>
border-color css
<style>
span { border-color: #33DA80; }
span { border-color: rgb(51,218,128); }
td.TdClassName
{
border-color: #33DA80;
}
.TagClassName
{
border-color: #33DA80;
}
</style>