Shades of Malachite #01E73B
Tints of Malachite #01E73B
RGB
CMYK
RGB Variations
Color information
#01E73B (or 0x01E73B) is known color: Malachite. HEX triplet: 01, E7 and 3B. RGB value is (1,231,59). Sum of RGB (Red+Green+Blue) = 1+231+59=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 231 (90.62% from 255 or 79.38% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 231 - color contains mainly: green. Hex color #01E73B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E73B is #FE18C4. Grayscale: #8F8F8F. Windows color (decimal): -16652485 or 3925761. OLE color: 3925761.
HSL color Cylindrical-coordinate representation of color #01E73B: hue angle of 135.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E73B is Cyan = 1.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 231 | 59 | - |
| CMYK | 1.00 | 0 | 0.74 | 0.09 |
| HSL | 135.13º | 0.99% | 0.45% | - |
| HSV(B) | 135.13º | 1% | 0.91% | - |
| XYZ | 29.38 | 57.47 | 13.68 | - |
| YUV | 142.62 | 80.8 | 26.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 231 | 59 | 1.00 | 0 | 0.74 | 0.09 | 135.13 | 0.99 | 0.45 |
| Hex | 1 | E7 | 3B | 64 | 0 | 4A | 9 | 87 | 63 | 2D |
| Octal | 1 | 347 | 73 | 144 | 0 | 112 | 11 | 207 | 143 | 55 |
| Binary | 1 | 11100111 | 111011 | 1100100 | 0 | 1001010 | 1001 | 10000111 | 1100011 | 101101 |
Color Harmonies of #01E73B
Complementary color
Monochromatic Colors of #01E73B
Black with #01E73B
Text Example
Text Example
White with #01E73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E73B; }
p { color: rgb(1,231,59); }
H1.HeaderClassName
{
color: #01E73B;
}
.AnyTagClassName
{
color: #01E73B;
}
</style>
background-color css
<style>
a { background-color: #01E73B; }
a { background-color: rgb(1,231,59); }
div.DivClassName
{
background-color: #01E73B;
}
.BgClassName
{
background-color: #01E73B;
}
</style>
border-color css
<style>
span { border-color: #01E73B; }
span { border-color: rgb(1,231,59); }
td.TdClassName
{
border-color: #01E73B;
}
.TagClassName
{
border-color: #01E73B;
}
</style>