Shades of Shamrock #35E095
Tints of Shamrock #35E095
RGB
CMYK
RGB Variations
Color information
#35E095 (or 0x35E095) is known color: Shamrock. HEX triplet: 35, E0 and 95. RGB value is (53,224,149). Sum of RGB (Red+Green+Blue) = 53+224+149=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 224 (87.89% from 255 or 52.58% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 224 - color contains mainly: green. Hex color #35E095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E095 is #CA1F6A. Grayscale: #A4A4A4. Windows color (decimal): -13246315 or 9822261. OLE color: 9822261.
HSL color Cylindrical-coordinate representation of color #35E095: hue angle of 153.68º 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 #35E095 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 224 | 149 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.12 |
| HSL | 153.68º | 0.73% | 0.54% | - |
| HSV(B) | 153.68º | 0.76% | 0.88% | - |
| XYZ | 33.55 | 56.24 | 37.52 | - |
| YUV | 164.32 | 119.35 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 224 | 149 | 0.76 | 0 | 0.33 | 0.12 | 153.68 | 0.73 | 0.54 |
| Hex | 35 | E0 | 95 | 4C | 0 | 21 | C | 9A | 49 | 36 |
| Octal | 65 | 340 | 225 | 114 | 0 | 41 | 14 | 232 | 111 | 66 |
| Binary | 110101 | 11100000 | 10010101 | 1001100 | 0 | 100001 | 1100 | 10011010 | 1001001 | 110110 |
Color Harmonies of #35E095
Complementary color
Monochromatic Colors of #35E095
Black with #35E095
Text Example
Text Example
White with #35E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E095; }
p { color: rgb(53,224,149); }
H1.HeaderClassName
{
color: #35E095;
}
.AnyTagClassName
{
color: #35E095;
}
</style>
background-color css
<style>
a { background-color: #35E095; }
a { background-color: rgb(53,224,149); }
div.DivClassName
{
background-color: #35E095;
}
.BgClassName
{
background-color: #35E095;
}
</style>
border-color css
<style>
span { border-color: #35E095; }
span { border-color: rgb(53,224,149); }
td.TdClassName
{
border-color: #35E095;
}
.TagClassName
{
border-color: #35E095;
}
</style>