Shades of Malachite #0BDA5B
Tints of Malachite #0BDA5B
RGB
CMYK
RGB Variations
Color information
#0BDA5B (or 0x0BDA5B) is known color: Malachite. HEX triplet: 0B, DA and 5B. RGB value is (11,218,91). Sum of RGB (Red+Green+Blue) = 11+218+91=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 218 (85.55% from 255 or 68.12% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDA5B is #F425A4. Grayscale: #8D8D8D. Windows color (decimal): -16000421 or 6019595. OLE color: 6019595.
HSL color Cylindrical-coordinate representation of color #0BDA5B: hue angle of 143.19º 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 #0BDA5B is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 91 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.15 |
| HSL | 143.19º | 0.9% | 0.45% | - |
| HSV(B) | 143.19º | 0.95% | 0.85% | - |
| XYZ | 27.1 | 50.97 | 18.31 | - |
| YUV | 141.63 | 99.42 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 91 | 0.95 | 0 | 0.58 | 0.15 | 143.19 | 0.9 | 0.45 |
| Hex | B | DA | 5B | 5F | 0 | 3A | F | 8F | 5A | 2D |
| Octal | 13 | 332 | 133 | 137 | 0 | 72 | 17 | 217 | 132 | 55 |
| Binary | 1011 | 11011010 | 1011011 | 1011111 | 0 | 111010 | 1111 | 10001111 | 1011010 | 101101 |
Color Harmonies of #0BDA5B
Complementary color
Monochromatic Colors of #0BDA5B
Black with #0BDA5B
Text Example
Text Example
White with #0BDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDA5B; }
p { color: rgb(11,218,91); }
H1.HeaderClassName
{
color: #0BDA5B;
}
.AnyTagClassName
{
color: #0BDA5B;
}
</style>
background-color css
<style>
a { background-color: #0BDA5B; }
a { background-color: rgb(11,218,91); }
div.DivClassName
{
background-color: #0BDA5B;
}
.BgClassName
{
background-color: #0BDA5B;
}
</style>
border-color css
<style>
span { border-color: #0BDA5B; }
span { border-color: rgb(11,218,91); }
td.TdClassName
{
border-color: #0BDA5B;
}
.TagClassName
{
border-color: #0BDA5B;
}
</style>