Shades of Malachite #01CB64
Tints of Malachite #01CB64
RGB
CMYK
RGB Variations
Color information
#01CB64 (or 0x01CB64) is known color: Malachite. HEX triplet: 01, CB and 64. RGB value is (1,203,100). Sum of RGB (Red+Green+Blue) = 1+203+100=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 203 (79.69% from 255 or 66.78% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CB64 is #FE349B. Grayscale: #838383. Windows color (decimal): -16659612 or 6605569. OLE color: 6605569.
HSL color Cylindrical-coordinate representation of color #01CB64: hue angle of 149.41º 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 #01CB64 is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 203 | 100 | - |
| CMYK | 1.00 | 0 | 0.51 | 0.20 |
| HSL | 149.41º | 0.99% | 0.4% | - |
| HSV(B) | 149.41º | 1% | 0.8% | - |
| XYZ | 23.67 | 43.64 | 19.23 | - |
| YUV | 130.86 | 110.58 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 100 | 1.00 | 0 | 0.51 | 0.20 | 149.41 | 0.99 | 0.4 |
| Hex | 1 | CB | 64 | 64 | 0 | 33 | 14 | 95 | 63 | 28 |
| Octal | 1 | 313 | 144 | 144 | 0 | 63 | 24 | 225 | 143 | 50 |
| Binary | 1 | 11001011 | 1100100 | 1100100 | 0 | 110011 | 10100 | 10010101 | 1100011 | 101000 |
Color Harmonies of #01CB64
Complementary color
Monochromatic Colors of #01CB64
Black with #01CB64
Text Example
Text Example
White with #01CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CB64; }
p { color: rgb(1,203,100); }
H1.HeaderClassName
{
color: #01CB64;
}
.AnyTagClassName
{
color: #01CB64;
}
</style>
background-color css
<style>
a { background-color: #01CB64; }
a { background-color: rgb(1,203,100); }
div.DivClassName
{
background-color: #01CB64;
}
.BgClassName
{
background-color: #01CB64;
}
</style>
border-color css
<style>
span { border-color: #01CB64; }
span { border-color: rgb(1,203,100); }
td.TdClassName
{
border-color: #01CB64;
}
.TagClassName
{
border-color: #01CB64;
}
</style>