Shades of Malachite #01CB51
Tints of Malachite #01CB51
RGB
CMYK
RGB Variations
Color information
#01CB51 (or 0x01CB51) is known color: Malachite. HEX triplet: 01, CB and 51. RGB value is (1,203,81). Sum of RGB (Red+Green+Blue) = 1+203+81=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 203 (79.69% from 255 or 71.23% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CB51 is #FE34AE. Grayscale: #808080. Windows color (decimal): -16659631 or 5360385. OLE color: 5360385.
HSL color Cylindrical-coordinate representation of color #01CB51: hue angle of 143.76º 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 #01CB51 is Cyan = 1.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 203 | 81 | - |
| CMYK | 1.00 | 0 | 0.60 | 0.20 |
| HSL | 143.76º | 0.99% | 0.4% | - |
| HSV(B) | 143.76º | 1% | 0.8% | - |
| XYZ | 22.85 | 43.31 | 14.94 | - |
| YUV | 128.69 | 101.08 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 81 | 1.00 | 0 | 0.60 | 0.20 | 143.76 | 0.99 | 0.4 |
| Hex | 1 | CB | 51 | 64 | 0 | 3C | 14 | 90 | 63 | 28 |
| Octal | 1 | 313 | 121 | 144 | 0 | 74 | 24 | 220 | 143 | 50 |
| Binary | 1 | 11001011 | 1010001 | 1100100 | 0 | 111100 | 10100 | 10010000 | 1100011 | 101000 |
Color Harmonies of #01CB51
Complementary color
Monochromatic Colors of #01CB51
Black with #01CB51
Text Example
Text Example
White with #01CB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CB51; }
p { color: rgb(1,203,81); }
H1.HeaderClassName
{
color: #01CB51;
}
.AnyTagClassName
{
color: #01CB51;
}
</style>
background-color css
<style>
a { background-color: #01CB51; }
a { background-color: rgb(1,203,81); }
div.DivClassName
{
background-color: #01CB51;
}
.BgClassName
{
background-color: #01CB51;
}
</style>
border-color css
<style>
span { border-color: #01CB51; }
span { border-color: rgb(1,203,81); }
td.TdClassName
{
border-color: #01CB51;
}
.TagClassName
{
border-color: #01CB51;
}
</style>