Shades of Malachite #0BD64E
Tints of Malachite #0BD64E
RGB
CMYK
RGB Variations
Color information
#0BD64E (or 0x0BD64E) is known color: Malachite. HEX triplet: 0B, D6 and 4E. RGB value is (11,214,78). Sum of RGB (Red+Green+Blue) = 11+214+78=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 214 (83.98% from 255 or 70.63% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD64E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD64E is #F429B1. Grayscale: #8A8A8A. Windows color (decimal): -16001458 or 5166603. OLE color: 5166603.
HSL color Cylindrical-coordinate representation of color #0BD64E: hue angle of 139.8º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD64E is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 78 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.16 |
| HSL | 139.8º | 0.9% | 0.44% | - |
| HSV(B) | 139.8º | 0.95% | 0.84% | - |
| XYZ | 25.56 | 48.71 | 15.26 | - |
| YUV | 137.8 | 94.25 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 78 | 0.95 | 0 | 0.64 | 0.16 | 139.8 | 0.9 | 0.44 |
| Hex | B | D6 | 4E | 5F | 0 | 40 | 10 | 8C | 5A | 2C |
| Octal | 13 | 326 | 116 | 137 | 0 | 100 | 20 | 214 | 132 | 54 |
| Binary | 1011 | 11010110 | 1001110 | 1011111 | 0 | 1000000 | 10000 | 10001100 | 1011010 | 101100 |
Color Harmonies of #0BD64E
Complementary color
Monochromatic Colors of #0BD64E
Black with #0BD64E
Text Example
Text Example
White with #0BD64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD64E; }
p { color: rgb(11,214,78); }
H1.HeaderClassName
{
color: #0BD64E;
}
.AnyTagClassName
{
color: #0BD64E;
}
</style>
background-color css
<style>
a { background-color: #0BD64E; }
a { background-color: rgb(11,214,78); }
div.DivClassName
{
background-color: #0BD64E;
}
.BgClassName
{
background-color: #0BD64E;
}
</style>
border-color css
<style>
span { border-color: #0BD64E; }
span { border-color: rgb(11,214,78); }
td.TdClassName
{
border-color: #0BD64E;
}
.TagClassName
{
border-color: #0BD64E;
}
</style>