Shades of Malachite #01E756
Tints of Malachite #01E756
RGB
CMYK
RGB Variations
Color information
#01E756 (or 0x01E756) is known color: Malachite. HEX triplet: 01, E7 and 56. RGB value is (1,231,86). Sum of RGB (Red+Green+Blue) = 1+231+86=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 231 (90.62% from 255 or 72.64% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 231 - color contains mainly: green. Hex color #01E756 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E756 is #FE18A9. Grayscale: #929292. Windows color (decimal): -16652458 or 5695233. OLE color: 5695233.
HSL color Cylindrical-coordinate representation of color #01E756: hue angle of 142.17º 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 #01E756 is Cyan = 1.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 231 | 86 | - |
| CMYK | 1.00 | 0 | 0.63 | 0.09 |
| HSL | 142.17º | 0.99% | 0.45% | - |
| HSV(B) | 142.17º | 1% | 0.91% | - |
| XYZ | 30.27 | 57.83 | 18.37 | - |
| YUV | 145.7 | 94.3 | 24.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 231 | 86 | 1.00 | 0 | 0.63 | 0.09 | 142.17 | 0.99 | 0.45 |
| Hex | 1 | E7 | 56 | 64 | 0 | 3F | 9 | 8E | 63 | 2D |
| Octal | 1 | 347 | 126 | 144 | 0 | 77 | 11 | 216 | 143 | 55 |
| Binary | 1 | 11100111 | 1010110 | 1100100 | 0 | 111111 | 1001 | 10001110 | 1100011 | 101101 |
Color Harmonies of #01E756
Complementary color
Monochromatic Colors of #01E756
Black with #01E756
Text Example
Text Example
White with #01E756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E756; }
p { color: rgb(1,231,86); }
H1.HeaderClassName
{
color: #01E756;
}
.AnyTagClassName
{
color: #01E756;
}
</style>
background-color css
<style>
a { background-color: #01E756; }
a { background-color: rgb(1,231,86); }
div.DivClassName
{
background-color: #01E756;
}
.BgClassName
{
background-color: #01E756;
}
</style>
border-color css
<style>
span { border-color: #01E756; }
span { border-color: rgb(1,231,86); }
td.TdClassName
{
border-color: #01E756;
}
.TagClassName
{
border-color: #01E756;
}
</style>