Shades of Malachite #35E55D
Tints of Malachite #35E55D
RGB
CMYK
RGB Variations
Color information
#35E55D (or 0x35E55D) is known color: Malachite. HEX triplet: 35, E5 and 5D. RGB value is (53,229,93). Sum of RGB (Red+Green+Blue) = 53+229+93=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 229 (89.84% from 255 or 61.07% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 229 - color contains mainly: green. Hex color #35E55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E55D is #CA1AA2. Grayscale: #A1A1A1. Windows color (decimal): -13245091 or 6153525. OLE color: 6153525.
HSL color Cylindrical-coordinate representation of color #35E55D: hue angle of 133.64º 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 #35E55D is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 93 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.10 |
| HSL | 133.64º | 0.77% | 0.55% | - |
| HSV(B) | 133.64º | 0.77% | 0.9% | - |
| XYZ | 31.46 | 57.59 | 19.81 | - |
| YUV | 160.87 | 89.69 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 93 | 0.77 | 0 | 0.59 | 0.10 | 133.64 | 0.77 | 0.55 |
| Hex | 35 | E5 | 5D | 4D | 0 | 3B | A | 86 | 4D | 37 |
| Octal | 65 | 345 | 135 | 115 | 0 | 73 | 12 | 206 | 115 | 67 |
| Binary | 110101 | 11100101 | 1011101 | 1001101 | 0 | 111011 | 1010 | 10000110 | 1001101 | 110111 |
Color Harmonies of #35E55D
Complementary color
Monochromatic Colors of #35E55D
Black with #35E55D
Text Example
Text Example
White with #35E55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E55D; }
p { color: rgb(53,229,93); }
H1.HeaderClassName
{
color: #35E55D;
}
.AnyTagClassName
{
color: #35E55D;
}
</style>
background-color css
<style>
a { background-color: #35E55D; }
a { background-color: rgb(53,229,93); }
div.DivClassName
{
background-color: #35E55D;
}
.BgClassName
{
background-color: #35E55D;
}
</style>
border-color css
<style>
span { border-color: #35E55D; }
span { border-color: rgb(53,229,93); }
td.TdClassName
{
border-color: #35E55D;
}
.TagClassName
{
border-color: #35E55D;
}
</style>