Shades of Malachite #01E033
Tints of Malachite #01E033
RGB
CMYK
RGB Variations
Color information
#01E033 (or 0x01E033) is known color: Malachite. HEX triplet: 01, E0 and 33. RGB value is (1,224,51). Sum of RGB (Red+Green+Blue) = 1+224+51=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 224 (87.89% from 255 or 81.16% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 224 - color contains mainly: green. Hex color #01E033 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E033 is #FE1FCC. Grayscale: #8A8A8A. Windows color (decimal): -16654285 or 3399681. OLE color: 3399681.
HSL color Cylindrical-coordinate representation of color #01E033: hue angle of 133.45º 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 #01E033 is Cyan = 1.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 51 | - |
| CMYK | 1.00 | 0 | 0.77 | 0.12 |
| HSL | 133.45º | 0.99% | 0.44% | - |
| HSV(B) | 133.45º | 1% | 0.88% | - |
| XYZ | 27.27 | 53.56 | 12.03 | - |
| YUV | 137.6 | 79.12 | 30.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 51 | 1.00 | 0 | 0.77 | 0.12 | 133.45 | 0.99 | 0.44 |
| Hex | 1 | E0 | 33 | 64 | 0 | 4D | C | 85 | 63 | 2C |
| Octal | 1 | 340 | 63 | 144 | 0 | 115 | 14 | 205 | 143 | 54 |
| Binary | 1 | 11100000 | 110011 | 1100100 | 0 | 1001101 | 1100 | 10000101 | 1100011 | 101100 |
Color Harmonies of #01E033
Complementary color
Monochromatic Colors of #01E033
Black with #01E033
Text Example
Text Example
White with #01E033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E033; }
p { color: rgb(1,224,51); }
H1.HeaderClassName
{
color: #01E033;
}
.AnyTagClassName
{
color: #01E033;
}
</style>
background-color css
<style>
a { background-color: #01E033; }
a { background-color: rgb(1,224,51); }
div.DivClassName
{
background-color: #01E033;
}
.BgClassName
{
background-color: #01E033;
}
</style>
border-color css
<style>
span { border-color: #01E033; }
span { border-color: rgb(1,224,51); }
td.TdClassName
{
border-color: #01E033;
}
.TagClassName
{
border-color: #01E033;
}
</style>