Shades of Malachite #0BD558
Tints of Malachite #0BD558
RGB
CMYK
RGB Variations
Color information
#0BD558 (or 0x0BD558) is known color: Malachite. HEX triplet: 0B, D5 and 58. RGB value is (11,213,88). Sum of RGB (Red+Green+Blue) = 11+213+88=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 213 (83.59% from 255 or 68.27% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD558 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD558 is #F42AA7. Grayscale: #8A8A8A. Windows color (decimal): -16001704 or 5821707. OLE color: 5821707.
HSL color Cylindrical-coordinate representation of color #0BD558: hue angle of 142.87º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD558 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 213 | 88 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.16 |
| HSL | 142.87º | 0.9% | 0.44% | - |
| HSV(B) | 142.87º | 0.95% | 0.84% | - |
| XYZ | 25.69 | 48.36 | 17.21 | - |
| YUV | 138.35 | 99.58 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 213 | 88 | 0.95 | 0 | 0.59 | 0.16 | 142.87 | 0.9 | 0.44 |
| Hex | B | D5 | 58 | 5F | 0 | 3B | 10 | 8F | 5A | 2C |
| Octal | 13 | 325 | 130 | 137 | 0 | 73 | 20 | 217 | 132 | 54 |
| Binary | 1011 | 11010101 | 1011000 | 1011111 | 0 | 111011 | 10000 | 10001111 | 1011010 | 101100 |
Color Harmonies of #0BD558
Complementary color
Monochromatic Colors of #0BD558
Black with #0BD558
Text Example
Text Example
White with #0BD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD558; }
p { color: rgb(11,213,88); }
H1.HeaderClassName
{
color: #0BD558;
}
.AnyTagClassName
{
color: #0BD558;
}
</style>
background-color css
<style>
a { background-color: #0BD558; }
a { background-color: rgb(11,213,88); }
div.DivClassName
{
background-color: #0BD558;
}
.BgClassName
{
background-color: #0BD558;
}
</style>
border-color css
<style>
span { border-color: #0BD558; }
span { border-color: rgb(11,213,88); }
td.TdClassName
{
border-color: #0BD558;
}
.TagClassName
{
border-color: #0BD558;
}
</style>