Shades of Malachite #35E560
Tints of Malachite #35E560
RGB
CMYK
RGB Variations
Color information
#35E560 (or 0x35E560) is known color: Malachite. HEX triplet: 35, E5 and 60. RGB value is (53,229,96). Sum of RGB (Red+Green+Blue) = 53+229+96=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 229 (89.84% from 255 or 60.58% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 229 - color contains mainly: green. Hex color #35E560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E560 is #CA1A9F. Grayscale: #A1A1A1. Windows color (decimal): -13245088 or 6350133. OLE color: 6350133.
HSL color Cylindrical-coordinate representation of color #35E560: hue angle of 134.66º 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 #35E560 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 96 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.10 |
| HSL | 134.66º | 0.77% | 0.55% | - |
| HSV(B) | 134.66º | 0.77% | 0.9% | - |
| XYZ | 31.6 | 57.64 | 20.53 | - |
| YUV | 161.21 | 91.19 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 96 | 0.77 | 0 | 0.58 | 0.10 | 134.66 | 0.77 | 0.55 |
| Hex | 35 | E5 | 60 | 4D | 0 | 3A | A | 87 | 4D | 37 |
| Octal | 65 | 345 | 140 | 115 | 0 | 72 | 12 | 207 | 115 | 67 |
| Binary | 110101 | 11100101 | 1100000 | 1001101 | 0 | 111010 | 1010 | 10000111 | 1001101 | 110111 |
Color Harmonies of #35E560
Complementary color
Monochromatic Colors of #35E560
Black with #35E560
Text Example
Text Example
White with #35E560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E560; }
p { color: rgb(53,229,96); }
H1.HeaderClassName
{
color: #35E560;
}
.AnyTagClassName
{
color: #35E560;
}
</style>
background-color css
<style>
a { background-color: #35E560; }
a { background-color: rgb(53,229,96); }
div.DivClassName
{
background-color: #35E560;
}
.BgClassName
{
background-color: #35E560;
}
</style>
border-color css
<style>
span { border-color: #35E560; }
span { border-color: rgb(53,229,96); }
td.TdClassName
{
border-color: #35E560;
}
.TagClassName
{
border-color: #35E560;
}
</style>