Shades of Shamrock #35E080
Tints of Shamrock #35E080
RGB
CMYK
RGB Variations
Color information
#35E080 (or 0x35E080) is known color: Shamrock. HEX triplet: 35, E0 and 80. RGB value is (53,224,128). Sum of RGB (Red+Green+Blue) = 53+224+128=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 224 (87.89% from 255 or 55.31% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 224 - color contains mainly: green. Hex color #35E080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E080 is #CA1F7F. Grayscale: #A2A2A2. Windows color (decimal): -13246336 or 8446005. OLE color: 8446005.
HSL color Cylindrical-coordinate representation of color #35E080: hue angle of 146.32º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E080 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 224 | 128 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.12 |
| HSL | 146.32º | 0.73% | 0.54% | - |
| HSV(B) | 146.32º | 0.76% | 0.88% | - |
| XYZ | 32.02 | 55.63 | 29.47 | - |
| YUV | 161.93 | 108.85 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 224 | 128 | 0.76 | 0 | 0.43 | 0.12 | 146.32 | 0.73 | 0.54 |
| Hex | 35 | E0 | 80 | 4C | 0 | 2B | C | 92 | 49 | 36 |
| Octal | 65 | 340 | 200 | 114 | 0 | 53 | 14 | 222 | 111 | 66 |
| Binary | 110101 | 11100000 | 10000000 | 1001100 | 0 | 101011 | 1100 | 10010010 | 1001001 | 110110 |
Color Harmonies of #35E080
Complementary color
Monochromatic Colors of #35E080
Black with #35E080
Text Example
Text Example
White with #35E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E080; }
p { color: rgb(53,224,128); }
H1.HeaderClassName
{
color: #35E080;
}
.AnyTagClassName
{
color: #35E080;
}
</style>
background-color css
<style>
a { background-color: #35E080; }
a { background-color: rgb(53,224,128); }
div.DivClassName
{
background-color: #35E080;
}
.BgClassName
{
background-color: #35E080;
}
</style>
border-color css
<style>
span { border-color: #35E080; }
span { border-color: rgb(53,224,128); }
td.TdClassName
{
border-color: #35E080;
}
.TagClassName
{
border-color: #35E080;
}
</style>