Shades of Malachite #35E15B
Tints of Malachite #35E15B
RGB
CMYK
RGB Variations
Color information
#35E15B (or 0x35E15B) is known color: Malachite. HEX triplet: 35, E1 and 5B. RGB value is (53,225,91). Sum of RGB (Red+Green+Blue) = 53+225+91=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 225 (88.28% from 255 or 60.98% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 225 - color contains mainly: green. Hex color #35E15B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E15B is #CA1EA4. Grayscale: #9E9E9E. Windows color (decimal): -13246117 or 6021429. OLE color: 6021429.
HSL color Cylindrical-coordinate representation of color #35E15B: hue angle of 133.26º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E15B is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 225 | 91 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.12 |
| HSL | 133.26º | 0.74% | 0.55% | - |
| HSV(B) | 133.26º | 0.76% | 0.88% | - |
| XYZ | 30.28 | 55.36 | 18.99 | - |
| YUV | 158.3 | 90.02 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 225 | 91 | 0.76 | 0 | 0.60 | 0.12 | 133.26 | 0.74 | 0.55 |
| Hex | 35 | E1 | 5B | 4C | 0 | 3C | C | 85 | 4A | 37 |
| Octal | 65 | 341 | 133 | 114 | 0 | 74 | 14 | 205 | 112 | 67 |
| Binary | 110101 | 11100001 | 1011011 | 1001100 | 0 | 111100 | 1100 | 10000101 | 1001010 | 110111 |
Color Harmonies of #35E15B
Complementary color
Monochromatic Colors of #35E15B
Black with #35E15B
Text Example
Text Example
White with #35E15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E15B; }
p { color: rgb(53,225,91); }
H1.HeaderClassName
{
color: #35E15B;
}
.AnyTagClassName
{
color: #35E15B;
}
</style>
background-color css
<style>
a { background-color: #35E15B; }
a { background-color: rgb(53,225,91); }
div.DivClassName
{
background-color: #35E15B;
}
.BgClassName
{
background-color: #35E15B;
}
</style>
border-color css
<style>
span { border-color: #35E15B; }
span { border-color: rgb(53,225,91); }
td.TdClassName
{
border-color: #35E15B;
}
.TagClassName
{
border-color: #35E15B;
}
</style>