Shades of Malachite #01E744
Tints of Malachite #01E744
RGB
CMYK
RGB Variations
Color information
#01E744 (or 0x01E744) is known color: Malachite. HEX triplet: 01, E7 and 44. RGB value is (1,231,68). Sum of RGB (Red+Green+Blue) = 1+231+68=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 231 (90.62% from 255 or 77% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 231 - color contains mainly: green. Hex color #01E744 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E744 is #FE18BB. Grayscale: #909090. Windows color (decimal): -16652476 or 4515585. OLE color: 4515585.
HSL color Cylindrical-coordinate representation of color #01E744: hue angle of 137.48º 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 #01E744 is Cyan = 1.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 231 | 68 | - |
| CMYK | 1.00 | 0 | 0.71 | 0.09 |
| HSL | 137.48º | 0.99% | 0.45% | - |
| HSV(B) | 137.48º | 1% | 0.91% | - |
| XYZ | 29.63 | 57.58 | 15.02 | - |
| YUV | 143.65 | 85.3 | 26.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 231 | 68 | 1.00 | 0 | 0.71 | 0.09 | 137.48 | 0.99 | 0.45 |
| Hex | 1 | E7 | 44 | 64 | 0 | 47 | 9 | 89 | 63 | 2D |
| Octal | 1 | 347 | 104 | 144 | 0 | 107 | 11 | 211 | 143 | 55 |
| Binary | 1 | 11100111 | 1000100 | 1100100 | 0 | 1000111 | 1001 | 10001001 | 1100011 | 101101 |
Color Harmonies of #01E744
Complementary color
Monochromatic Colors of #01E744
Black with #01E744
Text Example
Text Example
White with #01E744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E744; }
p { color: rgb(1,231,68); }
H1.HeaderClassName
{
color: #01E744;
}
.AnyTagClassName
{
color: #01E744;
}
</style>
background-color css
<style>
a { background-color: #01E744; }
a { background-color: rgb(1,231,68); }
div.DivClassName
{
background-color: #01E744;
}
.BgClassName
{
background-color: #01E744;
}
</style>
border-color css
<style>
span { border-color: #01E744; }
span { border-color: rgb(1,231,68); }
td.TdClassName
{
border-color: #01E744;
}
.TagClassName
{
border-color: #01E744;
}
</style>