Shades of Malachite #0BDC55
Tints of Malachite #0BDC55
RGB
CMYK
RGB Variations
Color information
#0BDC55 (or 0x0BDC55) is known color: Malachite. HEX triplet: 0B, DC and 55. RGB value is (11,220,85). Sum of RGB (Red+Green+Blue) = 11+220+85=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 220 (86.33% from 255 or 69.62% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDC55 is #F423AA. Grayscale: #8E8E8E. Windows color (decimal): -15999915 or 5626891. OLE color: 5626891.
HSL color Cylindrical-coordinate representation of color #0BDC55: hue angle of 141.24º 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 #0BDC55 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 85 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.14 |
| HSL | 141.24º | 0.9% | 0.45% | - |
| HSV(B) | 141.24º | 0.95% | 0.86% | - |
| XYZ | 27.37 | 51.91 | 17.17 | - |
| YUV | 142.12 | 95.76 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 85 | 0.95 | 0 | 0.61 | 0.14 | 141.24 | 0.9 | 0.45 |
| Hex | B | DC | 55 | 5F | 0 | 3D | E | 8D | 5A | 2D |
| Octal | 13 | 334 | 125 | 137 | 0 | 75 | 16 | 215 | 132 | 55 |
| Binary | 1011 | 11011100 | 1010101 | 1011111 | 0 | 111101 | 1110 | 10001101 | 1011010 | 101101 |
Color Harmonies of #0BDC55
Complementary color
Monochromatic Colors of #0BDC55
Black with #0BDC55
Text Example
Text Example
White with #0BDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDC55; }
p { color: rgb(11,220,85); }
H1.HeaderClassName
{
color: #0BDC55;
}
.AnyTagClassName
{
color: #0BDC55;
}
</style>
background-color css
<style>
a { background-color: #0BDC55; }
a { background-color: rgb(11,220,85); }
div.DivClassName
{
background-color: #0BDC55;
}
.BgClassName
{
background-color: #0BDC55;
}
</style>
border-color css
<style>
span { border-color: #0BDC55; }
span { border-color: rgb(11,220,85); }
td.TdClassName
{
border-color: #0BDC55;
}
.TagClassName
{
border-color: #0BDC55;
}
</style>