Shades of Malachite #35E556
Tints of Malachite #35E556
RGB
CMYK
RGB Variations
Color information
#35E556 (or 0x35E556) is known color: Malachite. HEX triplet: 35, E5 and 56. RGB value is (53,229,86). Sum of RGB (Red+Green+Blue) = 53+229+86=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 229 (89.84% from 255 or 62.23% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 229 - color contains mainly: green. Hex color #35E556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E556 is #CA1AA9. Grayscale: #A0A0A0. Windows color (decimal): -13245098 or 5694773. OLE color: 5694773.
HSL color Cylindrical-coordinate representation of color #35E556: hue angle of 131.25º 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 #35E556 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 86 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.10 |
| HSL | 131.25º | 0.77% | 0.55% | - |
| HSV(B) | 131.25º | 0.77% | 0.9% | - |
| XYZ | 31.17 | 57.47 | 18.25 | - |
| YUV | 160.07 | 86.19 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 86 | 0.77 | 0 | 0.62 | 0.10 | 131.25 | 0.77 | 0.55 |
| Hex | 35 | E5 | 56 | 4D | 0 | 3E | A | 83 | 4D | 37 |
| Octal | 65 | 345 | 126 | 115 | 0 | 76 | 12 | 203 | 115 | 67 |
| Binary | 110101 | 11100101 | 1010110 | 1001101 | 0 | 111110 | 1010 | 10000011 | 1001101 | 110111 |
Color Harmonies of #35E556
Complementary color
Monochromatic Colors of #35E556
Black with #35E556
Text Example
Text Example
White with #35E556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E556; }
p { color: rgb(53,229,86); }
H1.HeaderClassName
{
color: #35E556;
}
.AnyTagClassName
{
color: #35E556;
}
</style>
background-color css
<style>
a { background-color: #35E556; }
a { background-color: rgb(53,229,86); }
div.DivClassName
{
background-color: #35E556;
}
.BgClassName
{
background-color: #35E556;
}
</style>
border-color css
<style>
span { border-color: #35E556; }
span { border-color: rgb(53,229,86); }
td.TdClassName
{
border-color: #35E556;
}
.TagClassName
{
border-color: #35E556;
}
</style>