Shades of Malachite #35E25D
Tints of Malachite #35E25D
RGB
CMYK
RGB Variations
Color information
#35E25D (or 0x35E25D) is known color: Malachite. HEX triplet: 35, E2 and 5D. RGB value is (53,226,93). Sum of RGB (Red+Green+Blue) = 53+226+93=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 226 (88.67% from 255 or 60.75% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 226 - color contains mainly: green. Hex color #35E25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E25D is #CA1DA2. Grayscale: #9F9F9F. Windows color (decimal): -13245859 or 6152757. OLE color: 6152757.
HSL color Cylindrical-coordinate representation of color #35E25D: hue angle of 133.87º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E25D is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 93 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.11 |
| HSL | 133.87º | 0.75% | 0.55% | - |
| HSV(B) | 133.87º | 0.77% | 0.89% | - |
| XYZ | 30.64 | 55.94 | 19.54 | - |
| YUV | 159.11 | 90.69 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 93 | 0.77 | 0 | 0.59 | 0.11 | 133.87 | 0.75 | 0.55 |
| Hex | 35 | E2 | 5D | 4D | 0 | 3B | B | 86 | 4B | 37 |
| Octal | 65 | 342 | 135 | 115 | 0 | 73 | 13 | 206 | 113 | 67 |
| Binary | 110101 | 11100010 | 1011101 | 1001101 | 0 | 111011 | 1011 | 10000110 | 1001011 | 110111 |
Color Harmonies of #35E25D
Complementary color
Monochromatic Colors of #35E25D
Black with #35E25D
Text Example
Text Example
White with #35E25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E25D; }
p { color: rgb(53,226,93); }
H1.HeaderClassName
{
color: #35E25D;
}
.AnyTagClassName
{
color: #35E25D;
}
</style>
background-color css
<style>
a { background-color: #35E25D; }
a { background-color: rgb(53,226,93); }
div.DivClassName
{
background-color: #35E25D;
}
.BgClassName
{
background-color: #35E25D;
}
</style>
border-color css
<style>
span { border-color: #35E25D; }
span { border-color: rgb(53,226,93); }
td.TdClassName
{
border-color: #35E25D;
}
.TagClassName
{
border-color: #35E25D;
}
</style>