Shades of Malachite #0BF650
Tints of Malachite #0BF650
RGB
CMYK
RGB Variations
Color information
#0BF650 (or 0x0BF650) is known color: Malachite. HEX triplet: 0B, F6 and 50. RGB value is (11,246,80). Sum of RGB (Red+Green+Blue) = 11+246+80=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 246 (96.48% from 255 or 73.00% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF650 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF650 is #F409AF. Grayscale: #9D9D9D. Windows color (decimal): -15993264 or 5305867. OLE color: 5305867.
HSL color Cylindrical-coordinate representation of color #0BF650: hue angle of 137.62º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF650 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 246 | 80 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.04 |
| HSL | 137.62º | 0.93% | 0.5% | - |
| HSV(B) | 137.62º | 0.96% | 0.96% | - |
| XYZ | 34.54 | 66.56 | 18.62 | - |
| YUV | 156.81 | 84.64 | 24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 246 | 80 | 0.96 | 0 | 0.67 | 0.04 | 137.62 | 0.93 | 0.5 |
| Hex | B | F6 | 50 | 60 | 0 | 43 | 4 | 8A | 5D | 32 |
| Octal | 13 | 366 | 120 | 140 | 0 | 103 | 4 | 212 | 135 | 62 |
| Binary | 1011 | 11110110 | 1010000 | 1100000 | 0 | 1000011 | 100 | 10001010 | 1011101 | 110010 |
Color Harmonies of #0BF650
Complementary color
Monochromatic Colors of #0BF650
Black with #0BF650
Text Example
Text Example
White with #0BF650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF650; }
p { color: rgb(11,246,80); }
H1.HeaderClassName
{
color: #0BF650;
}
.AnyTagClassName
{
color: #0BF650;
}
</style>
background-color css
<style>
a { background-color: #0BF650; }
a { background-color: rgb(11,246,80); }
div.DivClassName
{
background-color: #0BF650;
}
.BgClassName
{
background-color: #0BF650;
}
</style>
border-color css
<style>
span { border-color: #0BF650; }
span { border-color: rgb(11,246,80); }
td.TdClassName
{
border-color: #0BF650;
}
.TagClassName
{
border-color: #0BF650;
}
</style>