Shades of Malachite #01CF58
Tints of Malachite #01CF58
RGB
CMYK
RGB Variations
Color information
#01CF58 (or 0x01CF58) is known color: Malachite. HEX triplet: 01, CF and 58. RGB value is (1,207,88). Sum of RGB (Red+Green+Blue) = 1+207+88=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 207 (81.25% from 255 or 69.93% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CF58 is #FE30A7. Grayscale: #848484. Windows color (decimal): -16658600 or 5820161. OLE color: 5820161.
HSL color Cylindrical-coordinate representation of color #01CF58: hue angle of 145.34º 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 #01CF58 is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 88 | - |
| CMYK | 1.00 | 0 | 0.57 | 0.19 |
| HSL | 145.34º | 0.99% | 0.41% | - |
| HSV(B) | 145.34º | 1% | 0.81% | - |
| XYZ | 24.09 | 45.34 | 16.71 | - |
| YUV | 131.84 | 103.25 | 34.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 88 | 1.00 | 0 | 0.57 | 0.19 | 145.34 | 0.99 | 0.41 |
| Hex | 1 | CF | 58 | 64 | 0 | 39 | 13 | 91 | 63 | 29 |
| Octal | 1 | 317 | 130 | 144 | 0 | 71 | 23 | 221 | 143 | 51 |
| Binary | 1 | 11001111 | 1011000 | 1100100 | 0 | 111001 | 10011 | 10010001 | 1100011 | 101001 |
Color Harmonies of #01CF58
Complementary color
Monochromatic Colors of #01CF58
Black with #01CF58
Text Example
Text Example
White with #01CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CF58; }
p { color: rgb(1,207,88); }
H1.HeaderClassName
{
color: #01CF58;
}
.AnyTagClassName
{
color: #01CF58;
}
</style>
background-color css
<style>
a { background-color: #01CF58; }
a { background-color: rgb(1,207,88); }
div.DivClassName
{
background-color: #01CF58;
}
.BgClassName
{
background-color: #01CF58;
}
</style>
border-color css
<style>
span { border-color: #01CF58; }
span { border-color: rgb(1,207,88); }
td.TdClassName
{
border-color: #01CF58;
}
.TagClassName
{
border-color: #01CF58;
}
</style>