Shades of Malachite #01CF54
Tints of Malachite #01CF54
RGB
CMYK
RGB Variations
Color information
#01CF54 (or 0x01CF54) is known color: Malachite. HEX triplet: 01, CF and 54. RGB value is (1,207,84). Sum of RGB (Red+Green+Blue) = 1+207+84=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 207 (81.25% from 255 or 70.89% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CF54 is #FE30AB. Grayscale: #838383. Windows color (decimal): -16658604 or 5558017. OLE color: 5558017.
HSL color Cylindrical-coordinate representation of color #01CF54: hue angle of 144.17º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CF54 is Cyan = 1.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 84 | - |
| CMYK | 1.00 | 0 | 0.59 | 0.19 |
| HSL | 144.17º | 0.99% | 0.41% | - |
| HSV(B) | 144.17º | 1% | 0.81% | - |
| XYZ | 23.93 | 45.27 | 15.86 | - |
| YUV | 131.38 | 101.25 | 35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 84 | 1.00 | 0 | 0.59 | 0.19 | 144.17 | 0.99 | 0.41 |
| Hex | 1 | CF | 54 | 64 | 0 | 3B | 13 | 90 | 63 | 29 |
| Octal | 1 | 317 | 124 | 144 | 0 | 73 | 23 | 220 | 143 | 51 |
| Binary | 1 | 11001111 | 1010100 | 1100100 | 0 | 111011 | 10011 | 10010000 | 1100011 | 101001 |
Color Harmonies of #01CF54
Complementary color
Monochromatic Colors of #01CF54
Black with #01CF54
Text Example
Text Example
White with #01CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CF54; }
p { color: rgb(1,207,84); }
H1.HeaderClassName
{
color: #01CF54;
}
.AnyTagClassName
{
color: #01CF54;
}
</style>
background-color css
<style>
a { background-color: #01CF54; }
a { background-color: rgb(1,207,84); }
div.DivClassName
{
background-color: #01CF54;
}
.BgClassName
{
background-color: #01CF54;
}
</style>
border-color css
<style>
span { border-color: #01CF54; }
span { border-color: rgb(1,207,84); }
td.TdClassName
{
border-color: #01CF54;
}
.TagClassName
{
border-color: #01CF54;
}
</style>