Shades of Malachite #01CB4F
Tints of Malachite #01CB4F
RGB
CMYK
RGB Variations
Color information
#01CB4F (or 0x01CB4F) is known color: Malachite. HEX triplet: 01, CB and 4F. RGB value is (1,203,79). Sum of RGB (Red+Green+Blue) = 1+203+79=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 203 (79.69% from 255 or 71.73% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CB4F is #FE34B0. Grayscale: #808080. Windows color (decimal): -16659633 or 5229313. OLE color: 5229313.
HSL color Cylindrical-coordinate representation of color #01CB4F: hue angle of 143.17º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CB4F is Cyan = 1.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 203 | 79 | - |
| CMYK | 1.00 | 0 | 0.61 | 0.20 |
| HSL | 143.17º | 0.99% | 0.4% | - |
| HSV(B) | 143.17º | 1% | 0.8% | - |
| XYZ | 22.78 | 43.28 | 14.55 | - |
| YUV | 128.47 | 100.08 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 79 | 1.00 | 0 | 0.61 | 0.20 | 143.17 | 0.99 | 0.4 |
| Hex | 1 | CB | 4F | 64 | 0 | 3D | 14 | 8F | 63 | 28 |
| Octal | 1 | 313 | 117 | 144 | 0 | 75 | 24 | 217 | 143 | 50 |
| Binary | 1 | 11001011 | 1001111 | 1100100 | 0 | 111101 | 10100 | 10001111 | 1100011 | 101000 |
Color Harmonies of #01CB4F
Complementary color
Monochromatic Colors of #01CB4F
Black with #01CB4F
Text Example
Text Example
White with #01CB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CB4F; }
p { color: rgb(1,203,79); }
H1.HeaderClassName
{
color: #01CB4F;
}
.AnyTagClassName
{
color: #01CB4F;
}
</style>
background-color css
<style>
a { background-color: #01CB4F; }
a { background-color: rgb(1,203,79); }
div.DivClassName
{
background-color: #01CB4F;
}
.BgClassName
{
background-color: #01CB4F;
}
</style>
border-color css
<style>
span { border-color: #01CB4F; }
span { border-color: rgb(1,203,79); }
td.TdClassName
{
border-color: #01CB4F;
}
.TagClassName
{
border-color: #01CB4F;
}
</style>