Shades of Malachite #0BDD51
Tints of Malachite #0BDD51
RGB
CMYK
RGB Variations
Color information
#0BDD51 (or 0x0BDD51) is known color: Malachite. HEX triplet: 0B, DD and 51. RGB value is (11,221,81). Sum of RGB (Red+Green+Blue) = 11+221+81=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 221 (86.72% from 255 or 70.61% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDD51 is #F422AE. Grayscale: #8E8E8E. Windows color (decimal): -15999663 or 5365003. OLE color: 5365003.
HSL color Cylindrical-coordinate representation of color #0BDD51: hue angle of 140º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDD51 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 81 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.13 |
| HSL | 140º | 0.91% | 0.45% | - |
| HSV(B) | 140º | 0.95% | 0.87% | - |
| XYZ | 27.48 | 52.38 | 16.45 | - |
| YUV | 142.25 | 93.43 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 81 | 0.95 | 0 | 0.63 | 0.13 | 140 | 0.91 | 0.45 |
| Hex | B | DD | 51 | 5F | 0 | 3F | D | 8C | 5B | 2D |
| Octal | 13 | 335 | 121 | 137 | 0 | 77 | 15 | 214 | 133 | 55 |
| Binary | 1011 | 11011101 | 1010001 | 1011111 | 0 | 111111 | 1101 | 10001100 | 1011011 | 101101 |
Color Harmonies of #0BDD51
Complementary color
Monochromatic Colors of #0BDD51
Black with #0BDD51
Text Example
Text Example
White with #0BDD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD51; }
p { color: rgb(11,221,81); }
H1.HeaderClassName
{
color: #0BDD51;
}
.AnyTagClassName
{
color: #0BDD51;
}
</style>
background-color css
<style>
a { background-color: #0BDD51; }
a { background-color: rgb(11,221,81); }
div.DivClassName
{
background-color: #0BDD51;
}
.BgClassName
{
background-color: #0BDD51;
}
</style>
border-color css
<style>
span { border-color: #0BDD51; }
span { border-color: rgb(11,221,81); }
td.TdClassName
{
border-color: #0BDD51;
}
.TagClassName
{
border-color: #0BDD51;
}
</style>