Shades of Malachite #0BDF65
Tints of Malachite #0BDF65
RGB
CMYK
RGB Variations
Color information
#0BDF65 (or 0x0BDF65) is known color: Malachite. HEX triplet: 0B, DF and 65. RGB value is (11,223,101). Sum of RGB (Red+Green+Blue) = 11+223+101=335 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.28% from 335); Green value is 223 (87.5% from 255 or 66.57% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDF65 is #F4209A. Grayscale: #919191. Windows color (decimal): -15999131 or 6676235. OLE color: 6676235.
HSL color Cylindrical-coordinate representation of color #0BDF65: hue angle of 145.47º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDF65 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 101 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.13 |
| HSL | 145.47º | 0.91% | 0.46% | - |
| HSV(B) | 145.47º | 0.95% | 0.87% | - |
| XYZ | 28.87 | 53.79 | 21.17 | - |
| YUV | 145.7 | 102.76 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 101 | 0.95 | 0 | 0.55 | 0.13 | 145.47 | 0.91 | 0.46 |
| Hex | B | DF | 65 | 5F | 0 | 37 | D | 91 | 5B | 2E |
| Octal | 13 | 337 | 145 | 137 | 0 | 67 | 15 | 221 | 133 | 56 |
| Binary | 1011 | 11011111 | 1100101 | 1011111 | 0 | 110111 | 1101 | 10010001 | 1011011 | 101110 |
Color Harmonies of #0BDF65
Complementary color
Monochromatic Colors of #0BDF65
Black with #0BDF65
Text Example
Text Example
White with #0BDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDF65; }
p { color: rgb(11,223,101); }
H1.HeaderClassName
{
color: #0BDF65;
}
.AnyTagClassName
{
color: #0BDF65;
}
</style>
background-color css
<style>
a { background-color: #0BDF65; }
a { background-color: rgb(11,223,101); }
div.DivClassName
{
background-color: #0BDF65;
}
.BgClassName
{
background-color: #0BDF65;
}
</style>
border-color css
<style>
span { border-color: #0BDF65; }
span { border-color: rgb(11,223,101); }
td.TdClassName
{
border-color: #0BDF65;
}
.TagClassName
{
border-color: #0BDF65;
}
</style>