Shades of Malachite #01E754
Tints of Malachite #01E754
RGB
CMYK
RGB Variations
Color information
#01E754 (or 0x01E754) is known color: Malachite. HEX triplet: 01, E7 and 54. RGB value is (1,231,84). Sum of RGB (Red+Green+Blue) = 1+231+84=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 231 (90.62% from 255 or 73.10% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 231 - color contains mainly: green. Hex color #01E754 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E754 is #FE18AB. Grayscale: #919191. Windows color (decimal): -16652460 or 5564161. OLE color: 5564161.
HSL color Cylindrical-coordinate representation of color #01E754: hue angle of 141.65º 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 #01E754 is Cyan = 1.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 231 | 84 | - |
| CMYK | 1.00 | 0 | 0.64 | 0.09 |
| HSL | 141.65º | 0.99% | 0.45% | - |
| HSV(B) | 141.65º | 1% | 0.91% | - |
| XYZ | 30.19 | 57.8 | 17.95 | - |
| YUV | 145.47 | 93.3 | 24.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 231 | 84 | 1.00 | 0 | 0.64 | 0.09 | 141.65 | 0.99 | 0.45 |
| Hex | 1 | E7 | 54 | 64 | 0 | 40 | 9 | 8E | 63 | 2D |
| Octal | 1 | 347 | 124 | 144 | 0 | 100 | 11 | 216 | 143 | 55 |
| Binary | 1 | 11100111 | 1010100 | 1100100 | 0 | 1000000 | 1001 | 10001110 | 1100011 | 101101 |
Color Harmonies of #01E754
Complementary color
Monochromatic Colors of #01E754
Black with #01E754
Text Example
Text Example
White with #01E754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E754; }
p { color: rgb(1,231,84); }
H1.HeaderClassName
{
color: #01E754;
}
.AnyTagClassName
{
color: #01E754;
}
</style>
background-color css
<style>
a { background-color: #01E754; }
a { background-color: rgb(1,231,84); }
div.DivClassName
{
background-color: #01E754;
}
.BgClassName
{
background-color: #01E754;
}
</style>
border-color css
<style>
span { border-color: #01E754; }
span { border-color: rgb(1,231,84); }
td.TdClassName
{
border-color: #01E754;
}
.TagClassName
{
border-color: #01E754;
}
</style>