Shades of Malachite #01E74C
Tints of Malachite #01E74C
RGB
CMYK
RGB Variations
Color information
#01E74C (or 0x01E74C) is known color: Malachite. HEX triplet: 01, E7 and 4C. RGB value is (1,231,76). Sum of RGB (Red+Green+Blue) = 1+231+76=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 231 (90.62% from 255 or 75% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 231 - color contains mainly: green. Hex color #01E74C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E74C is #FE18B3. Grayscale: #909090. Windows color (decimal): -16652468 or 5039873. OLE color: 5039873.
HSL color Cylindrical-coordinate representation of color #01E74C: hue angle of 139.57º 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 #01E74C is Cyan = 1.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 231 | 76 | - |
| CMYK | 1.00 | 0 | 0.67 | 0.09 |
| HSL | 139.57º | 0.99% | 0.45% | - |
| HSV(B) | 139.57º | 1% | 0.91% | - |
| XYZ | 29.89 | 57.68 | 16.4 | - |
| YUV | 144.56 | 89.3 | 25.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 231 | 76 | 1.00 | 0 | 0.67 | 0.09 | 139.57 | 0.99 | 0.45 |
| Hex | 1 | E7 | 4C | 64 | 0 | 43 | 9 | 8C | 63 | 2D |
| Octal | 1 | 347 | 114 | 144 | 0 | 103 | 11 | 214 | 143 | 55 |
| Binary | 1 | 11100111 | 1001100 | 1100100 | 0 | 1000011 | 1001 | 10001100 | 1100011 | 101101 |
Color Harmonies of #01E74C
Complementary color
Monochromatic Colors of #01E74C
Black with #01E74C
Text Example
Text Example
White with #01E74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E74C; }
p { color: rgb(1,231,76); }
H1.HeaderClassName
{
color: #01E74C;
}
.AnyTagClassName
{
color: #01E74C;
}
</style>
background-color css
<style>
a { background-color: #01E74C; }
a { background-color: rgb(1,231,76); }
div.DivClassName
{
background-color: #01E74C;
}
.BgClassName
{
background-color: #01E74C;
}
</style>
border-color css
<style>
span { border-color: #01E74C; }
span { border-color: rgb(1,231,76); }
td.TdClassName
{
border-color: #01E74C;
}
.TagClassName
{
border-color: #01E74C;
}
</style>