Shades of Malachite #00CB4F
Tints of Malachite #00CB4F
RGB
CMYK
RGB Variations
Color information
#00CB4F (or 0x00CB4F) is known color: Malachite. HEX triplet: 00, CB and 4F. RGB value is (0,203,79). Sum of RGB (Red+Green+Blue) = 0+203+79=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 203 (79.69% from 255 or 71.99% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CB4F is #FF34B0. Grayscale: #808080. Windows color (decimal): -16725169 or 5229312. OLE color: 5229312.
HSL color Cylindrical-coordinate representation of color #00CB4F: hue angle of 143.35º 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 #00CB4F is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 79 | - |
| CMYK | 1 | 0 | 0.61 | 0.20 |
| HSL | 143.35º | 1% | 0.4% | - |
| HSV(B) | 143.35º | 1% | 0.8% | - |
| XYZ | 22.77 | 43.28 | 14.55 | - |
| YUV | 128.17 | 100.25 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 79 | 1 | 0 | 0.61 | 0.20 | 143.35 | 1 | 0.4 |
| Hex | 0 | CB | 4F | 64 | 0 | 3D | 14 | 8F | 64 | 28 |
| Octal | 0 | 313 | 117 | 144 | 0 | 75 | 24 | 217 | 144 | 50 |
| Binary | 0 | 11001011 | 1001111 | 1100100 | 0 | 111101 | 10100 | 10001111 | 1100100 | 101000 |
Color Harmonies of #00CB4F
Complementary color
Monochromatic Colors of #00CB4F
Black with #00CB4F
Text Example
Text Example
White with #00CB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CB4F; }
p { color: rgb(0,203,79); }
H1.HeaderClassName
{
color: #00CB4F;
}
.AnyTagClassName
{
color: #00CB4F;
}
</style>
background-color css
<style>
a { background-color: #00CB4F; }
a { background-color: rgb(0,203,79); }
div.DivClassName
{
background-color: #00CB4F;
}
.BgClassName
{
background-color: #00CB4F;
}
</style>
border-color css
<style>
span { border-color: #00CB4F; }
span { border-color: rgb(0,203,79); }
td.TdClassName
{
border-color: #00CB4F;
}
.TagClassName
{
border-color: #00CB4F;
}
</style>