Shades of Malachite #0BDD49
Tints of Malachite #0BDD49
RGB
CMYK
RGB Variations
Color information
#0BDD49 (or 0x0BDD49) is known color: Malachite. HEX triplet: 0B, DD and 49. RGB value is (11,221,73). Sum of RGB (Red+Green+Blue) = 11+221+73=305 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.61% from 305); Green value is 221 (86.72% from 255 or 72.46% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDD49 is #F422B6. Grayscale: #8D8D8D. Windows color (decimal): -15999671 or 4840715. OLE color: 4840715.
HSL color Cylindrical-coordinate representation of color #0BDD49: hue angle of 137.71º 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 #0BDD49 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 73 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.13 |
| HSL | 137.71º | 0.91% | 0.45% | - |
| HSV(B) | 137.71º | 0.95% | 0.87% | - |
| XYZ | 27.2 | 52.27 | 14.96 | - |
| YUV | 141.34 | 89.43 | 35.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 73 | 0.95 | 0 | 0.67 | 0.13 | 137.71 | 0.91 | 0.45 |
| Hex | B | DD | 49 | 5F | 0 | 43 | D | 8A | 5B | 2D |
| Octal | 13 | 335 | 111 | 137 | 0 | 103 | 15 | 212 | 133 | 55 |
| Binary | 1011 | 11011101 | 1001001 | 1011111 | 0 | 1000011 | 1101 | 10001010 | 1011011 | 101101 |
Color Harmonies of #0BDD49
Complementary color
Monochromatic Colors of #0BDD49
Black with #0BDD49
Text Example
Text Example
White with #0BDD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD49; }
p { color: rgb(11,221,73); }
H1.HeaderClassName
{
color: #0BDD49;
}
.AnyTagClassName
{
color: #0BDD49;
}
</style>
background-color css
<style>
a { background-color: #0BDD49; }
a { background-color: rgb(11,221,73); }
div.DivClassName
{
background-color: #0BDD49;
}
.BgClassName
{
background-color: #0BDD49;
}
</style>
border-color css
<style>
span { border-color: #0BDD49; }
span { border-color: rgb(11,221,73); }
td.TdClassName
{
border-color: #0BDD49;
}
.TagClassName
{
border-color: #0BDD49;
}
</style>