Shades of Malachite #0BDC72
Tints of Malachite #0BDC72
RGB
CMYK
RGB Variations
Color information
#0BDC72 (or 0x0BDC72) is known color: Malachite. HEX triplet: 0B, DC and 72. RGB value is (11,220,114). Sum of RGB (Red+Green+Blue) = 11+220+114=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 220 (86.33% from 255 or 63.77% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDC72 is #F4238D. Grayscale: #919191. Windows color (decimal): -15999886 or 7527435. OLE color: 7527435.
HSL color Cylindrical-coordinate representation of color #0BDC72: hue angle of 149.57º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDC72 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 114 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.14 |
| HSL | 149.57º | 0.9% | 0.45% | - |
| HSV(B) | 149.57º | 0.95% | 0.86% | - |
| XYZ | 28.77 | 52.47 | 24.53 | - |
| YUV | 145.43 | 110.26 | 32.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 114 | 0.95 | 0 | 0.48 | 0.14 | 149.57 | 0.9 | 0.45 |
| Hex | B | DC | 72 | 5F | 0 | 30 | E | 96 | 5A | 2D |
| Octal | 13 | 334 | 162 | 137 | 0 | 60 | 16 | 226 | 132 | 55 |
| Binary | 1011 | 11011100 | 1110010 | 1011111 | 0 | 110000 | 1110 | 10010110 | 1011010 | 101101 |
Color Harmonies of #0BDC72
Complementary color
Monochromatic Colors of #0BDC72
Black with #0BDC72
Text Example
Text Example
White with #0BDC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDC72; }
p { color: rgb(11,220,114); }
H1.HeaderClassName
{
color: #0BDC72;
}
.AnyTagClassName
{
color: #0BDC72;
}
</style>
background-color css
<style>
a { background-color: #0BDC72; }
a { background-color: rgb(11,220,114); }
div.DivClassName
{
background-color: #0BDC72;
}
.BgClassName
{
background-color: #0BDC72;
}
</style>
border-color css
<style>
span { border-color: #0BDC72; }
span { border-color: rgb(11,220,114); }
td.TdClassName
{
border-color: #0BDC72;
}
.TagClassName
{
border-color: #0BDC72;
}
</style>