Shades of Shamrock #35E59F
Tints of Shamrock #35E59F
RGB
CMYK
RGB Variations
Color information
#35E59F (or 0x35E59F) is known color: Shamrock. HEX triplet: 35, E5 and 9F. RGB value is (53,229,159). Sum of RGB (Red+Green+Blue) = 53+229+159=441 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.02% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #35E59F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E59F is #CA1A60. Grayscale: #A8A8A8. Windows color (decimal): -13245025 or 10478901. OLE color: 10478901.
HSL color Cylindrical-coordinate representation of color #35E59F: hue angle of 156.14º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E59F is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 159 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.10 |
| HSL | 156.14º | 0.77% | 0.55% | - |
| HSV(B) | 156.14º | 0.77% | 0.9% | - |
| XYZ | 35.75 | 59.3 | 42.36 | - |
| YUV | 168.4 | 122.69 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 159 | 0.77 | 0 | 0.31 | 0.10 | 156.14 | 0.77 | 0.55 |
| Hex | 35 | E5 | 9F | 4D | 0 | 1F | A | 9C | 4D | 37 |
| Octal | 65 | 345 | 237 | 115 | 0 | 37 | 12 | 234 | 115 | 67 |
| Binary | 110101 | 11100101 | 10011111 | 1001101 | 0 | 11111 | 1010 | 10011100 | 1001101 | 110111 |
Color Harmonies of #35E59F
Complementary color
Monochromatic Colors of #35E59F
Black with #35E59F
Text Example
Text Example
White with #35E59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E59F; }
p { color: rgb(53,229,159); }
H1.HeaderClassName
{
color: #35E59F;
}
.AnyTagClassName
{
color: #35E59F;
}
</style>
background-color css
<style>
a { background-color: #35E59F; }
a { background-color: rgb(53,229,159); }
div.DivClassName
{
background-color: #35E59F;
}
.BgClassName
{
background-color: #35E59F;
}
</style>
border-color css
<style>
span { border-color: #35E59F; }
span { border-color: rgb(53,229,159); }
td.TdClassName
{
border-color: #35E59F;
}
.TagClassName
{
border-color: #35E59F;
}
</style>