Shades of Malachite #0BD461
Tints of Malachite #0BD461
RGB
CMYK
RGB Variations
Color information
#0BD461 (or 0x0BD461) is known color: Malachite. HEX triplet: 0B, D4 and 61. RGB value is (11,212,97). Sum of RGB (Red+Green+Blue) = 11+212+97=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 212 (83.20% from 255 or 66.25% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD461 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD461 is #F42B9E. Grayscale: #8B8B8B. Windows color (decimal): -16001951 or 6411275. OLE color: 6411275.
HSL color Cylindrical-coordinate representation of color #0BD461: hue angle of 145.67º 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 #0BD461 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 212 | 97 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.17 |
| HSL | 145.67º | 0.9% | 0.44% | - |
| HSV(B) | 145.67º | 0.95% | 0.83% | - |
| XYZ | 25.84 | 48.02 | 19.22 | - |
| YUV | 138.79 | 104.41 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 212 | 97 | 0.95 | 0 | 0.54 | 0.17 | 145.67 | 0.9 | 0.44 |
| Hex | B | D4 | 61 | 5F | 0 | 36 | 11 | 92 | 5A | 2C |
| Octal | 13 | 324 | 141 | 137 | 0 | 66 | 21 | 222 | 132 | 54 |
| Binary | 1011 | 11010100 | 1100001 | 1011111 | 0 | 110110 | 10001 | 10010010 | 1011010 | 101100 |
Color Harmonies of #0BD461
Complementary color
Monochromatic Colors of #0BD461
Black with #0BD461
Text Example
Text Example
White with #0BD461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD461; }
p { color: rgb(11,212,97); }
H1.HeaderClassName
{
color: #0BD461;
}
.AnyTagClassName
{
color: #0BD461;
}
</style>
background-color css
<style>
a { background-color: #0BD461; }
a { background-color: rgb(11,212,97); }
div.DivClassName
{
background-color: #0BD461;
}
.BgClassName
{
background-color: #0BD461;
}
</style>
border-color css
<style>
span { border-color: #0BD461; }
span { border-color: rgb(11,212,97); }
td.TdClassName
{
border-color: #0BD461;
}
.TagClassName
{
border-color: #0BD461;
}
</style>