Shades of Malachite #0BDA55
Tints of Malachite #0BDA55
RGB
CMYK
RGB Variations
Color information
#0BDA55 (or 0x0BDA55) is known color: Malachite. HEX triplet: 0B, DA and 55. RGB value is (11,218,85). Sum of RGB (Red+Green+Blue) = 11+218+85=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 218 (85.55% from 255 or 69.43% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDA55 is #F425AA. Grayscale: #8D8D8D. Windows color (decimal): -16000427 or 5626379. OLE color: 5626379.
HSL color Cylindrical-coordinate representation of color #0BDA55: hue angle of 141.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDA55 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 85 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.15 |
| HSL | 141.45º | 0.9% | 0.45% | - |
| HSV(B) | 141.45º | 0.95% | 0.85% | - |
| XYZ | 26.85 | 50.87 | 17 | - |
| YUV | 140.95 | 96.42 | 35.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 85 | 0.95 | 0 | 0.61 | 0.15 | 141.45 | 0.9 | 0.45 |
| Hex | B | DA | 55 | 5F | 0 | 3D | F | 8D | 5A | 2D |
| Octal | 13 | 332 | 125 | 137 | 0 | 75 | 17 | 215 | 132 | 55 |
| Binary | 1011 | 11011010 | 1010101 | 1011111 | 0 | 111101 | 1111 | 10001101 | 1011010 | 101101 |
Color Harmonies of #0BDA55
Complementary color
Monochromatic Colors of #0BDA55
Black with #0BDA55
Text Example
Text Example
White with #0BDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDA55; }
p { color: rgb(11,218,85); }
H1.HeaderClassName
{
color: #0BDA55;
}
.AnyTagClassName
{
color: #0BDA55;
}
</style>
background-color css
<style>
a { background-color: #0BDA55; }
a { background-color: rgb(11,218,85); }
div.DivClassName
{
background-color: #0BDA55;
}
.BgClassName
{
background-color: #0BDA55;
}
</style>
border-color css
<style>
span { border-color: #0BDA55; }
span { border-color: rgb(11,218,85); }
td.TdClassName
{
border-color: #0BDA55;
}
.TagClassName
{
border-color: #0BDA55;
}
</style>