Shades of Malachite #01CF59
Tints of Malachite #01CF59
RGB
CMYK
RGB Variations
Color information
#01CF59 (or 0x01CF59) is known color: Malachite. HEX triplet: 01, CF and 59. RGB value is (1,207,89). Sum of RGB (Red+Green+Blue) = 1+207+89=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CF59 is #FE30A6. Grayscale: #848484. Windows color (decimal): -16658599 or 5885697. OLE color: 5885697.
HSL color Cylindrical-coordinate representation of color #01CF59: hue angle of 145.63º 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 #01CF59 is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 89 | - |
| CMYK | 1.00 | 0 | 0.57 | 0.19 |
| HSL | 145.63º | 0.99% | 0.41% | - |
| HSV(B) | 145.63º | 1% | 0.81% | - |
| XYZ | 24.13 | 45.35 | 16.93 | - |
| YUV | 131.95 | 103.75 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 89 | 1.00 | 0 | 0.57 | 0.19 | 145.63 | 0.99 | 0.41 |
| Hex | 1 | CF | 59 | 64 | 0 | 39 | 13 | 92 | 63 | 29 |
| Octal | 1 | 317 | 131 | 144 | 0 | 71 | 23 | 222 | 143 | 51 |
| Binary | 1 | 11001111 | 1011001 | 1100100 | 0 | 111001 | 10011 | 10010010 | 1100011 | 101001 |
Color Harmonies of #01CF59
Complementary color
Monochromatic Colors of #01CF59
Black with #01CF59
Text Example
Text Example
White with #01CF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CF59; }
p { color: rgb(1,207,89); }
H1.HeaderClassName
{
color: #01CF59;
}
.AnyTagClassName
{
color: #01CF59;
}
</style>
background-color css
<style>
a { background-color: #01CF59; }
a { background-color: rgb(1,207,89); }
div.DivClassName
{
background-color: #01CF59;
}
.BgClassName
{
background-color: #01CF59;
}
</style>
border-color css
<style>
span { border-color: #01CF59; }
span { border-color: rgb(1,207,89); }
td.TdClassName
{
border-color: #01CF59;
}
.TagClassName
{
border-color: #01CF59;
}
</style>