Shades of Malachite #35E25A
Tints of Malachite #35E25A
RGB
CMYK
RGB Variations
Color information
#35E25A (or 0x35E25A) is known color: Malachite. HEX triplet: 35, E2 and 5A. RGB value is (53,226,90). Sum of RGB (Red+Green+Blue) = 53+226+90=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 226 (88.67% from 255 or 61.25% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 226 - color contains mainly: green. Hex color #35E25A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E25A is #CA1DA5. Grayscale: #9F9F9F. Windows color (decimal): -13245862 or 5956149. OLE color: 5956149.
HSL color Cylindrical-coordinate representation of color #35E25A: hue angle of 132.83º 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 #35E25A is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 90 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.11 |
| HSL | 132.83º | 0.75% | 0.55% | - |
| HSV(B) | 132.83º | 0.77% | 0.89% | - |
| XYZ | 30.51 | 55.89 | 18.85 | - |
| YUV | 158.77 | 89.19 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 90 | 0.77 | 0 | 0.60 | 0.11 | 132.83 | 0.75 | 0.55 |
| Hex | 35 | E2 | 5A | 4D | 0 | 3C | B | 85 | 4B | 37 |
| Octal | 65 | 342 | 132 | 115 | 0 | 74 | 13 | 205 | 113 | 67 |
| Binary | 110101 | 11100010 | 1011010 | 1001101 | 0 | 111100 | 1011 | 10000101 | 1001011 | 110111 |
Color Harmonies of #35E25A
Complementary color
Monochromatic Colors of #35E25A
Black with #35E25A
Text Example
Text Example
White with #35E25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E25A; }
p { color: rgb(53,226,90); }
H1.HeaderClassName
{
color: #35E25A;
}
.AnyTagClassName
{
color: #35E25A;
}
</style>
background-color css
<style>
a { background-color: #35E25A; }
a { background-color: rgb(53,226,90); }
div.DivClassName
{
background-color: #35E25A;
}
.BgClassName
{
background-color: #35E25A;
}
</style>
border-color css
<style>
span { border-color: #35E25A; }
span { border-color: rgb(53,226,90); }
td.TdClassName
{
border-color: #35E25A;
}
.TagClassName
{
border-color: #35E25A;
}
</style>