Shades of Shamrock #35E081
Tints of Shamrock #35E081
RGB
CMYK
RGB Variations
Color information
#35E081 (or 0x35E081) is known color: Shamrock. HEX triplet: 35, E0 and 81. RGB value is (53,224,129). Sum of RGB (Red+Green+Blue) = 53+224+129=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #35E081 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E081 is #CA1F7E. Grayscale: #A2A2A2. Windows color (decimal): -13246335 or 8511541. OLE color: 8511541.
HSL color Cylindrical-coordinate representation of color #35E081: hue angle of 146.67º 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 #35E081 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 224 | 129 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.12 |
| HSL | 146.67º | 0.73% | 0.54% | - |
| HSV(B) | 146.67º | 0.76% | 0.88% | - |
| XYZ | 32.09 | 55.65 | 29.82 | - |
| YUV | 162.04 | 109.35 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 224 | 129 | 0.76 | 0 | 0.42 | 0.12 | 146.67 | 0.73 | 0.54 |
| Hex | 35 | E0 | 81 | 4C | 0 | 2A | C | 93 | 49 | 36 |
| Octal | 65 | 340 | 201 | 114 | 0 | 52 | 14 | 223 | 111 | 66 |
| Binary | 110101 | 11100000 | 10000001 | 1001100 | 0 | 101010 | 1100 | 10010011 | 1001001 | 110110 |
Color Harmonies of #35E081
Complementary color
Monochromatic Colors of #35E081
Black with #35E081
Text Example
Text Example
White with #35E081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E081; }
p { color: rgb(53,224,129); }
H1.HeaderClassName
{
color: #35E081;
}
.AnyTagClassName
{
color: #35E081;
}
</style>
background-color css
<style>
a { background-color: #35E081; }
a { background-color: rgb(53,224,129); }
div.DivClassName
{
background-color: #35E081;
}
.BgClassName
{
background-color: #35E081;
}
</style>
border-color css
<style>
span { border-color: #35E081; }
span { border-color: rgb(53,224,129); }
td.TdClassName
{
border-color: #35E081;
}
.TagClassName
{
border-color: #35E081;
}
</style>