Shades of Malachite #0BD449
Tints of Malachite #0BD449
RGB
CMYK
RGB Variations
Color information
#0BD449 (or 0x0BD449) is known color: Malachite. HEX triplet: 0B, D4 and 49. RGB value is (11,212,73). Sum of RGB (Red+Green+Blue) = 11+212+73=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 212 (83.20% from 255 or 71.62% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD449 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD449 is #F42BB6. Grayscale: #888888. Windows color (decimal): -16001975 or 4838411. OLE color: 4838411.
HSL color Cylindrical-coordinate representation of color #0BD449: hue angle of 138.51º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD449 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 212 | 73 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.17 |
| HSL | 138.51º | 0.9% | 0.44% | - |
| HSV(B) | 138.51º | 0.95% | 0.83% | - |
| XYZ | 24.88 | 47.64 | 14.19 | - |
| YUV | 136.06 | 92.41 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 212 | 73 | 0.95 | 0 | 0.66 | 0.17 | 138.51 | 0.9 | 0.44 |
| Hex | B | D4 | 49 | 5F | 0 | 42 | 11 | 8B | 5A | 2C |
| Octal | 13 | 324 | 111 | 137 | 0 | 102 | 21 | 213 | 132 | 54 |
| Binary | 1011 | 11010100 | 1001001 | 1011111 | 0 | 1000010 | 10001 | 10001011 | 1011010 | 101100 |
Color Harmonies of #0BD449
Complementary color
Monochromatic Colors of #0BD449
Black with #0BD449
Text Example
Text Example
White with #0BD449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD449; }
p { color: rgb(11,212,73); }
H1.HeaderClassName
{
color: #0BD449;
}
.AnyTagClassName
{
color: #0BD449;
}
</style>
background-color css
<style>
a { background-color: #0BD449; }
a { background-color: rgb(11,212,73); }
div.DivClassName
{
background-color: #0BD449;
}
.BgClassName
{
background-color: #0BD449;
}
</style>
border-color css
<style>
span { border-color: #0BD449; }
span { border-color: rgb(11,212,73); }
td.TdClassName
{
border-color: #0BD449;
}
.TagClassName
{
border-color: #0BD449;
}
</style>