Shades of Malachite #35E55C
Tints of Malachite #35E55C
RGB
CMYK
RGB Variations
Color information
#35E55C (or 0x35E55C) is known color: Malachite. HEX triplet: 35, E5 and 5C. RGB value is (53,229,92). Sum of RGB (Red+Green+Blue) = 53+229+92=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 229 (89.84% from 255 or 61.23% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 229 - color contains mainly: green. Hex color #35E55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E55C is #CA1AA3. Grayscale: #A1A1A1. Windows color (decimal): -13245092 or 6087989. OLE color: 6087989.
HSL color Cylindrical-coordinate representation of color #35E55C: hue angle of 133.3º 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 #35E55C is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 92 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.10 |
| HSL | 133.3º | 0.77% | 0.55% | - |
| HSV(B) | 133.3º | 0.77% | 0.9% | - |
| XYZ | 31.42 | 57.57 | 19.58 | - |
| YUV | 160.76 | 89.19 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 92 | 0.77 | 0 | 0.60 | 0.10 | 133.3 | 0.77 | 0.55 |
| Hex | 35 | E5 | 5C | 4D | 0 | 3C | A | 85 | 4D | 37 |
| Octal | 65 | 345 | 134 | 115 | 0 | 74 | 12 | 205 | 115 | 67 |
| Binary | 110101 | 11100101 | 1011100 | 1001101 | 0 | 111100 | 1010 | 10000101 | 1001101 | 110111 |
Color Harmonies of #35E55C
Complementary color
Monochromatic Colors of #35E55C
Black with #35E55C
Text Example
Text Example
White with #35E55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E55C; }
p { color: rgb(53,229,92); }
H1.HeaderClassName
{
color: #35E55C;
}
.AnyTagClassName
{
color: #35E55C;
}
</style>
background-color css
<style>
a { background-color: #35E55C; }
a { background-color: rgb(53,229,92); }
div.DivClassName
{
background-color: #35E55C;
}
.BgClassName
{
background-color: #35E55C;
}
</style>
border-color css
<style>
span { border-color: #35E55C; }
span { border-color: rgb(53,229,92); }
td.TdClassName
{
border-color: #35E55C;
}
.TagClassName
{
border-color: #35E55C;
}
</style>