Shades of Malachite #0BDB4D
Tints of Malachite #0BDB4D
RGB
CMYK
RGB Variations
Color information
#0BDB4D (or 0x0BDB4D) is known color: Malachite. HEX triplet: 0B, DB and 4D. RGB value is (11,219,77). Sum of RGB (Red+Green+Blue) = 11+219+77=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 219 (85.94% from 255 or 71.34% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDB4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDB4D is #F424B2. Grayscale: #8C8C8C. Windows color (decimal): -16000179 or 5102347. OLE color: 5102347.
HSL color Cylindrical-coordinate representation of color #0BDB4D: hue angle of 139.04º 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 #0BDB4D is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 219 | 77 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.14 |
| HSL | 139.04º | 0.9% | 0.45% | - |
| HSV(B) | 139.04º | 0.95% | 0.86% | - |
| XYZ | 26.81 | 51.27 | 15.5 | - |
| YUV | 140.62 | 92.09 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 219 | 77 | 0.95 | 0 | 0.65 | 0.14 | 139.04 | 0.9 | 0.45 |
| Hex | B | DB | 4D | 5F | 0 | 41 | E | 8B | 5A | 2D |
| Octal | 13 | 333 | 115 | 137 | 0 | 101 | 16 | 213 | 132 | 55 |
| Binary | 1011 | 11011011 | 1001101 | 1011111 | 0 | 1000001 | 1110 | 10001011 | 1011010 | 101101 |
Color Harmonies of #0BDB4D
Complementary color
Monochromatic Colors of #0BDB4D
Black with #0BDB4D
Text Example
Text Example
White with #0BDB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDB4D; }
p { color: rgb(11,219,77); }
H1.HeaderClassName
{
color: #0BDB4D;
}
.AnyTagClassName
{
color: #0BDB4D;
}
</style>
background-color css
<style>
a { background-color: #0BDB4D; }
a { background-color: rgb(11,219,77); }
div.DivClassName
{
background-color: #0BDB4D;
}
.BgClassName
{
background-color: #0BDB4D;
}
</style>
border-color css
<style>
span { border-color: #0BDB4D; }
span { border-color: rgb(11,219,77); }
td.TdClassName
{
border-color: #0BDB4D;
}
.TagClassName
{
border-color: #0BDB4D;
}
</style>