Shades of Malachite #35E558
Tints of Malachite #35E558
RGB
CMYK
RGB Variations
Color information
#35E558 (or 0x35E558) is known color: Malachite. HEX triplet: 35, E5 and 58. RGB value is (53,229,88). Sum of RGB (Red+Green+Blue) = 53+229+88=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 229 (89.84% from 255 or 61.89% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 229 - color contains mainly: green. Hex color #35E558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E558 is #CA1AA7. Grayscale: #A0A0A0. Windows color (decimal): -13245096 or 5825845. OLE color: 5825845.
HSL color Cylindrical-coordinate representation of color #35E558: hue angle of 131.93º 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 #35E558 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 88 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.10 |
| HSL | 131.93º | 0.77% | 0.55% | - |
| HSV(B) | 131.93º | 0.77% | 0.9% | - |
| XYZ | 31.25 | 57.5 | 18.68 | - |
| YUV | 160.3 | 87.19 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 88 | 0.77 | 0 | 0.62 | 0.10 | 131.93 | 0.77 | 0.55 |
| Hex | 35 | E5 | 58 | 4D | 0 | 3E | A | 84 | 4D | 37 |
| Octal | 65 | 345 | 130 | 115 | 0 | 76 | 12 | 204 | 115 | 67 |
| Binary | 110101 | 11100101 | 1011000 | 1001101 | 0 | 111110 | 1010 | 10000100 | 1001101 | 110111 |
Color Harmonies of #35E558
Complementary color
Monochromatic Colors of #35E558
Black with #35E558
Text Example
Text Example
White with #35E558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E558; }
p { color: rgb(53,229,88); }
H1.HeaderClassName
{
color: #35E558;
}
.AnyTagClassName
{
color: #35E558;
}
</style>
background-color css
<style>
a { background-color: #35E558; }
a { background-color: rgb(53,229,88); }
div.DivClassName
{
background-color: #35E558;
}
.BgClassName
{
background-color: #35E558;
}
</style>
border-color css
<style>
span { border-color: #35E558; }
span { border-color: rgb(53,229,88); }
td.TdClassName
{
border-color: #35E558;
}
.TagClassName
{
border-color: #35E558;
}
</style>