Shades of Malachite #01E035
Tints of Malachite #01E035
RGB
CMYK
RGB Variations
Color information
#01E035 (or 0x01E035) is known color: Malachite. HEX triplet: 01, E0 and 35. RGB value is (1,224,53). Sum of RGB (Red+Green+Blue) = 1+224+53=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 224 (87.89% from 255 or 80.58% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 224 - color contains mainly: green. Hex color #01E035 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E035 is #FE1FCA. Grayscale: #8A8A8A. Windows color (decimal): -16654283 or 3530753. OLE color: 3530753.
HSL color Cylindrical-coordinate representation of color #01E035: hue angle of 133.99º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E035 is Cyan = 1.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 53 | - |
| CMYK | 1.00 | 0 | 0.76 | 0.12 |
| HSL | 133.99º | 0.99% | 0.44% | - |
| HSV(B) | 133.99º | 1% | 0.88% | - |
| XYZ | 27.31 | 53.57 | 12.27 | - |
| YUV | 137.83 | 80.12 | 30.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 53 | 1.00 | 0 | 0.76 | 0.12 | 133.99 | 0.99 | 0.44 |
| Hex | 1 | E0 | 35 | 64 | 0 | 4C | C | 86 | 63 | 2C |
| Octal | 1 | 340 | 65 | 144 | 0 | 114 | 14 | 206 | 143 | 54 |
| Binary | 1 | 11100000 | 110101 | 1100100 | 0 | 1001100 | 1100 | 10000110 | 1100011 | 101100 |
Color Harmonies of #01E035
Complementary color
Monochromatic Colors of #01E035
Black with #01E035
Text Example
Text Example
White with #01E035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E035; }
p { color: rgb(1,224,53); }
H1.HeaderClassName
{
color: #01E035;
}
.AnyTagClassName
{
color: #01E035;
}
</style>
background-color css
<style>
a { background-color: #01E035; }
a { background-color: rgb(1,224,53); }
div.DivClassName
{
background-color: #01E035;
}
.BgClassName
{
background-color: #01E035;
}
</style>
border-color css
<style>
span { border-color: #01E035; }
span { border-color: rgb(1,224,53); }
td.TdClassName
{
border-color: #01E035;
}
.TagClassName
{
border-color: #01E035;
}
</style>