Shades of Malachite #01E55B
Tints of Malachite #01E55B
RGB
CMYK
RGB Variations
Color information
#01E55B (or 0x01E55B) is known color: Malachite. HEX triplet: 01, E5 and 5B. RGB value is (1,229,91). Sum of RGB (Red+Green+Blue) = 1+229+91=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 229 (89.84% from 255 or 71.34% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 229 - color contains mainly: green. Hex color #01E55B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E55B is #FE1AA4. Grayscale: #919191. Windows color (decimal): -16652965 or 6022401. OLE color: 6022401.
HSL color Cylindrical-coordinate representation of color #01E55B: hue angle of 143.68º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E55B is Cyan = 1.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 229 | 91 | - |
| CMYK | 1.00 | 0 | 0.60 | 0.10 |
| HSL | 143.68º | 0.99% | 0.45% | - |
| HSV(B) | 143.68º | 1% | 0.9% | - |
| XYZ | 29.92 | 56.8 | 19.28 | - |
| YUV | 145.1 | 97.46 | 25.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 229 | 91 | 1.00 | 0 | 0.60 | 0.10 | 143.68 | 0.99 | 0.45 |
| Hex | 1 | E5 | 5B | 64 | 0 | 3C | A | 90 | 63 | 2D |
| Octal | 1 | 345 | 133 | 144 | 0 | 74 | 12 | 220 | 143 | 55 |
| Binary | 1 | 11100101 | 1011011 | 1100100 | 0 | 111100 | 1010 | 10010000 | 1100011 | 101101 |
Color Harmonies of #01E55B
Complementary color
Monochromatic Colors of #01E55B
Black with #01E55B
Text Example
Text Example
White with #01E55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E55B; }
p { color: rgb(1,229,91); }
H1.HeaderClassName
{
color: #01E55B;
}
.AnyTagClassName
{
color: #01E55B;
}
</style>
background-color css
<style>
a { background-color: #01E55B; }
a { background-color: rgb(1,229,91); }
div.DivClassName
{
background-color: #01E55B;
}
.BgClassName
{
background-color: #01E55B;
}
</style>
border-color css
<style>
span { border-color: #01E55B; }
span { border-color: rgb(1,229,91); }
td.TdClassName
{
border-color: #01E55B;
}
.TagClassName
{
border-color: #01E55B;
}
</style>