Shades of Malachite #0BDC65
Tints of Malachite #0BDC65
RGB
CMYK
RGB Variations
Color information
#0BDC65 (or 0x0BDC65) is known color: Malachite. HEX triplet: 0B, DC and 65. RGB value is (11,220,101). Sum of RGB (Red+Green+Blue) = 11+220+101=332 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.31% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDC65 is #F4239A. Grayscale: #909090. Windows color (decimal): -15999899 or 6675467. OLE color: 6675467.
HSL color Cylindrical-coordinate representation of color #0BDC65: hue angle of 145.84º 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 #0BDC65 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 101 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.14 |
| HSL | 145.84º | 0.9% | 0.45% | - |
| HSV(B) | 145.84º | 0.95% | 0.86% | - |
| XYZ | 28.08 | 52.2 | 20.91 | - |
| YUV | 143.94 | 103.76 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 101 | 0.95 | 0 | 0.54 | 0.14 | 145.84 | 0.9 | 0.45 |
| Hex | B | DC | 65 | 5F | 0 | 36 | E | 92 | 5A | 2D |
| Octal | 13 | 334 | 145 | 137 | 0 | 66 | 16 | 222 | 132 | 55 |
| Binary | 1011 | 11011100 | 1100101 | 1011111 | 0 | 110110 | 1110 | 10010010 | 1011010 | 101101 |
Color Harmonies of #0BDC65
Complementary color
Monochromatic Colors of #0BDC65
Black with #0BDC65
Text Example
Text Example
White with #0BDC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDC65; }
p { color: rgb(11,220,101); }
H1.HeaderClassName
{
color: #0BDC65;
}
.AnyTagClassName
{
color: #0BDC65;
}
</style>
background-color css
<style>
a { background-color: #0BDC65; }
a { background-color: rgb(11,220,101); }
div.DivClassName
{
background-color: #0BDC65;
}
.BgClassName
{
background-color: #0BDC65;
}
</style>
border-color css
<style>
span { border-color: #0BDC65; }
span { border-color: rgb(11,220,101); }
td.TdClassName
{
border-color: #0BDC65;
}
.TagClassName
{
border-color: #0BDC65;
}
</style>