Shades of Malachite #00CB64
Tints of Malachite #00CB64
RGB
CMYK
RGB Variations
Color information
#00CB64 (or 0x00CB64) is known color: Malachite. HEX triplet: 00, CB and 64. RGB value is (0,203,100). Sum of RGB (Red+Green+Blue) = 0+203+100=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 203 (79.69% from 255 or 67.00% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CB64 is #FF349B. Grayscale: #828282. Windows color (decimal): -16725148 or 6605568. OLE color: 6605568.
HSL color Cylindrical-coordinate representation of color #00CB64: hue angle of 149.56º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CB64 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 100 | - |
| CMYK | 1 | 0 | 0.51 | 0.20 |
| HSL | 149.56º | 1% | 0.4% | - |
| HSV(B) | 149.56º | 1% | 0.8% | - |
| XYZ | 23.66 | 43.63 | 19.23 | - |
| YUV | 130.56 | 110.75 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 100 | 1 | 0 | 0.51 | 0.20 | 149.56 | 1 | 0.4 |
| Hex | 0 | CB | 64 | 64 | 0 | 33 | 14 | 96 | 64 | 28 |
| Octal | 0 | 313 | 144 | 144 | 0 | 63 | 24 | 226 | 144 | 50 |
| Binary | 0 | 11001011 | 1100100 | 1100100 | 0 | 110011 | 10100 | 10010110 | 1100100 | 101000 |
Color Harmonies of #00CB64
Complementary color
Monochromatic Colors of #00CB64
Black with #00CB64
Text Example
Text Example
White with #00CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CB64; }
p { color: rgb(0,203,100); }
H1.HeaderClassName
{
color: #00CB64;
}
.AnyTagClassName
{
color: #00CB64;
}
</style>
background-color css
<style>
a { background-color: #00CB64; }
a { background-color: rgb(0,203,100); }
div.DivClassName
{
background-color: #00CB64;
}
.BgClassName
{
background-color: #00CB64;
}
</style>
border-color css
<style>
span { border-color: #00CB64; }
span { border-color: rgb(0,203,100); }
td.TdClassName
{
border-color: #00CB64;
}
.TagClassName
{
border-color: #00CB64;
}
</style>