Shades of Shamrock #33E080
Tints of Shamrock #33E080
RGB
CMYK
RGB Variations
Color information
#33E080 (or 0x33E080) is known color: Shamrock. HEX triplet: 33, E0 and 80. RGB value is (51,224,128). Sum of RGB (Red+Green+Blue) = 51+224+128=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 224 (87.89% from 255 or 55.58% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 224 - color contains mainly: green. Hex color #33E080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33E080 is #CC1F7F. Grayscale: #A1A1A1. Windows color (decimal): -13377408 or 8446003. OLE color: 8446003.
HSL color Cylindrical-coordinate representation of color #33E080: hue angle of 146.71º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33E080 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 224 | 128 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.12 |
| HSL | 146.71º | 0.74% | 0.54% | - |
| HSV(B) | 146.71º | 0.77% | 0.88% | - |
| XYZ | 31.92 | 55.57 | 29.47 | - |
| YUV | 161.33 | 109.19 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 224 | 128 | 0.77 | 0 | 0.43 | 0.12 | 146.71 | 0.74 | 0.54 |
| Hex | 33 | E0 | 80 | 4D | 0 | 2B | C | 93 | 4A | 36 |
| Octal | 63 | 340 | 200 | 115 | 0 | 53 | 14 | 223 | 112 | 66 |
| Binary | 110011 | 11100000 | 10000000 | 1001101 | 0 | 101011 | 1100 | 10010011 | 1001010 | 110110 |
Color Harmonies of #33E080
Complementary color
Monochromatic Colors of #33E080
Black with #33E080
Text Example
Text Example
White with #33E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E080; }
p { color: rgb(51,224,128); }
H1.HeaderClassName
{
color: #33E080;
}
.AnyTagClassName
{
color: #33E080;
}
</style>
background-color css
<style>
a { background-color: #33E080; }
a { background-color: rgb(51,224,128); }
div.DivClassName
{
background-color: #33E080;
}
.BgClassName
{
background-color: #33E080;
}
</style>
border-color css
<style>
span { border-color: #33E080; }
span { border-color: rgb(51,224,128); }
td.TdClassName
{
border-color: #33E080;
}
.TagClassName
{
border-color: #33E080;
}
</style>