Shades of Malachite #35E25E
Tints of Malachite #35E25E
RGB
CMYK
RGB Variations
Color information
#35E25E (or 0x35E25E) is known color: Malachite. HEX triplet: 35, E2 and 5E. RGB value is (53,226,94). Sum of RGB (Red+Green+Blue) = 53+226+94=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 226 (88.67% from 255 or 60.59% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 226 - color contains mainly: green. Hex color #35E25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E25E is #CA1DA1. Grayscale: #9F9F9F. Windows color (decimal): -13245858 or 6218293. OLE color: 6218293.
HSL color Cylindrical-coordinate representation of color #35E25E: hue angle of 134.22º 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 #35E25E is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 94 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.11 |
| HSL | 134.22º | 0.75% | 0.55% | - |
| HSV(B) | 134.22º | 0.77% | 0.89% | - |
| XYZ | 30.68 | 55.96 | 19.77 | - |
| YUV | 159.23 | 91.19 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 94 | 0.77 | 0 | 0.58 | 0.11 | 134.22 | 0.75 | 0.55 |
| Hex | 35 | E2 | 5E | 4D | 0 | 3A | B | 86 | 4B | 37 |
| Octal | 65 | 342 | 136 | 115 | 0 | 72 | 13 | 206 | 113 | 67 |
| Binary | 110101 | 11100010 | 1011110 | 1001101 | 0 | 111010 | 1011 | 10000110 | 1001011 | 110111 |
Color Harmonies of #35E25E
Complementary color
Monochromatic Colors of #35E25E
Black with #35E25E
Text Example
Text Example
White with #35E25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E25E; }
p { color: rgb(53,226,94); }
H1.HeaderClassName
{
color: #35E25E;
}
.AnyTagClassName
{
color: #35E25E;
}
</style>
background-color css
<style>
a { background-color: #35E25E; }
a { background-color: rgb(53,226,94); }
div.DivClassName
{
background-color: #35E25E;
}
.BgClassName
{
background-color: #35E25E;
}
</style>
border-color css
<style>
span { border-color: #35E25E; }
span { border-color: rgb(53,226,94); }
td.TdClassName
{
border-color: #35E25E;
}
.TagClassName
{
border-color: #35E25E;
}
</style>