Shades of Malachite #0BDC58
Tints of Malachite #0BDC58
RGB
CMYK
RGB Variations
Color information
#0BDC58 (or 0x0BDC58) is known color: Malachite. HEX triplet: 0B, DC and 58. RGB value is (11,220,88). Sum of RGB (Red+Green+Blue) = 11+220+88=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDC58 is #F423A7. Grayscale: #8E8E8E. Windows color (decimal): -15999912 or 5823499. OLE color: 5823499.
HSL color Cylindrical-coordinate representation of color #0BDC58: hue angle of 142.11º 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 #0BDC58 is Cyan = 0.95, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 88 | - |
| CMYK | 0.95 | 0 | 0.6 | 0.14 |
| HSL | 142.11º | 0.9% | 0.45% | - |
| HSV(B) | 142.11º | 0.95% | 0.86% | - |
| XYZ | 27.49 | 51.96 | 17.81 | - |
| YUV | 142.46 | 97.26 | 34.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 88 | 0.95 | 0 | 0.6 | 0.14 | 142.11 | 0.9 | 0.45 |
| Hex | B | DC | 58 | 5F | 0 | 3C | E | 8E | 5A | 2D |
| Octal | 13 | 334 | 130 | 137 | 0 | 74 | 16 | 216 | 132 | 55 |
| Binary | 1011 | 11011100 | 1011000 | 1011111 | 0 | 111100 | 1110 | 10001110 | 1011010 | 101101 |
Color Harmonies of #0BDC58
Complementary color
Monochromatic Colors of #0BDC58
Black with #0BDC58
Text Example
Text Example
White with #0BDC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDC58; }
p { color: rgb(11,220,88); }
H1.HeaderClassName
{
color: #0BDC58;
}
.AnyTagClassName
{
color: #0BDC58;
}
</style>
background-color css
<style>
a { background-color: #0BDC58; }
a { background-color: rgb(11,220,88); }
div.DivClassName
{
background-color: #0BDC58;
}
.BgClassName
{
background-color: #0BDC58;
}
</style>
border-color css
<style>
span { border-color: #0BDC58; }
span { border-color: rgb(11,220,88); }
td.TdClassName
{
border-color: #0BDC58;
}
.TagClassName
{
border-color: #0BDC58;
}
</style>