Shades of Malachite #35E25C
Tints of Malachite #35E25C
RGB
CMYK
RGB Variations
Color information
#35E25C (or 0x35E25C) is known color: Malachite. HEX triplet: 35, E2 and 5C. RGB value is (53,226,92). Sum of RGB (Red+Green+Blue) = 53+226+92=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 226 (88.67% from 255 or 60.92% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 226 - color contains mainly: green. Hex color #35E25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E25C is #CA1DA3. Grayscale: #9F9F9F. Windows color (decimal): -13245860 or 6087221. OLE color: 6087221.
HSL color Cylindrical-coordinate representation of color #35E25C: hue angle of 133.53º 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 #35E25C is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 92 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.11 |
| HSL | 133.53º | 0.75% | 0.55% | - |
| HSV(B) | 133.53º | 0.77% | 0.89% | - |
| XYZ | 30.6 | 55.92 | 19.31 | - |
| YUV | 159 | 90.19 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 92 | 0.77 | 0 | 0.59 | 0.11 | 133.53 | 0.75 | 0.55 |
| Hex | 35 | E2 | 5C | 4D | 0 | 3B | B | 86 | 4B | 37 |
| Octal | 65 | 342 | 134 | 115 | 0 | 73 | 13 | 206 | 113 | 67 |
| Binary | 110101 | 11100010 | 1011100 | 1001101 | 0 | 111011 | 1011 | 10000110 | 1001011 | 110111 |
Color Harmonies of #35E25C
Complementary color
Monochromatic Colors of #35E25C
Black with #35E25C
Text Example
Text Example
White with #35E25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E25C; }
p { color: rgb(53,226,92); }
H1.HeaderClassName
{
color: #35E25C;
}
.AnyTagClassName
{
color: #35E25C;
}
</style>
background-color css
<style>
a { background-color: #35E25C; }
a { background-color: rgb(53,226,92); }
div.DivClassName
{
background-color: #35E25C;
}
.BgClassName
{
background-color: #35E25C;
}
</style>
border-color css
<style>
span { border-color: #35E25C; }
span { border-color: rgb(53,226,92); }
td.TdClassName
{
border-color: #35E25C;
}
.TagClassName
{
border-color: #35E25C;
}
</style>