Shades of Malachite #0BDB51
Tints of Malachite #0BDB51
RGB
CMYK
RGB Variations
Color information
#0BDB51 (or 0x0BDB51) is known color: Malachite. HEX triplet: 0B, DB and 51. RGB value is (11,219,81). Sum of RGB (Red+Green+Blue) = 11+219+81=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 219 (85.94% from 255 or 70.42% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDB51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDB51 is #F424AE. Grayscale: #8D8D8D. Windows color (decimal): -16000175 or 5364491. OLE color: 5364491.
HSL color Cylindrical-coordinate representation of color #0BDB51: hue angle of 140.19º 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 #0BDB51 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 219 | 81 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.14 |
| HSL | 140.19º | 0.9% | 0.45% | - |
| HSV(B) | 140.19º | 0.95% | 0.86% | - |
| XYZ | 26.95 | 51.33 | 16.27 | - |
| YUV | 141.08 | 94.09 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 219 | 81 | 0.95 | 0 | 0.63 | 0.14 | 140.19 | 0.9 | 0.45 |
| Hex | B | DB | 51 | 5F | 0 | 3F | E | 8C | 5A | 2D |
| Octal | 13 | 333 | 121 | 137 | 0 | 77 | 16 | 214 | 132 | 55 |
| Binary | 1011 | 11011011 | 1010001 | 1011111 | 0 | 111111 | 1110 | 10001100 | 1011010 | 101101 |
Color Harmonies of #0BDB51
Complementary color
Monochromatic Colors of #0BDB51
Black with #0BDB51
Text Example
Text Example
White with #0BDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDB51; }
p { color: rgb(11,219,81); }
H1.HeaderClassName
{
color: #0BDB51;
}
.AnyTagClassName
{
color: #0BDB51;
}
</style>
background-color css
<style>
a { background-color: #0BDB51; }
a { background-color: rgb(11,219,81); }
div.DivClassName
{
background-color: #0BDB51;
}
.BgClassName
{
background-color: #0BDB51;
}
</style>
border-color css
<style>
span { border-color: #0BDB51; }
span { border-color: rgb(11,219,81); }
td.TdClassName
{
border-color: #0BDB51;
}
.TagClassName
{
border-color: #0BDB51;
}
</style>