Shades of Malachite #0BF655
Tints of Malachite #0BF655
RGB
CMYK
RGB Variations
Color information
#0BF655 (or 0x0BF655) is known color: Malachite. HEX triplet: 0B, F6 and 55. RGB value is (11,246,85). Sum of RGB (Red+Green+Blue) = 11+246+85=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 246 (96.48% from 255 or 71.93% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF655 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF655 is #F409AA. Grayscale: #9D9D9D. Windows color (decimal): -15993259 or 5633547. OLE color: 5633547.
HSL color Cylindrical-coordinate representation of color #0BF655: hue angle of 138.89º 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 #0BF655 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 246 | 85 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.04 |
| HSL | 138.89º | 0.93% | 0.5% | - |
| HSV(B) | 138.89º | 0.96% | 0.96% | - |
| XYZ | 34.73 | 66.64 | 19.63 | - |
| YUV | 157.38 | 87.14 | 23.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 246 | 85 | 0.96 | 0 | 0.65 | 0.04 | 138.89 | 0.93 | 0.5 |
| Hex | B | F6 | 55 | 60 | 0 | 41 | 4 | 8B | 5D | 32 |
| Octal | 13 | 366 | 125 | 140 | 0 | 101 | 4 | 213 | 135 | 62 |
| Binary | 1011 | 11110110 | 1010101 | 1100000 | 0 | 1000001 | 100 | 10001011 | 1011101 | 110010 |
Color Harmonies of #0BF655
Complementary color
Monochromatic Colors of #0BF655
Black with #0BF655
Text Example
Text Example
White with #0BF655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF655; }
p { color: rgb(11,246,85); }
H1.HeaderClassName
{
color: #0BF655;
}
.AnyTagClassName
{
color: #0BF655;
}
</style>
background-color css
<style>
a { background-color: #0BF655; }
a { background-color: rgb(11,246,85); }
div.DivClassName
{
background-color: #0BF655;
}
.BgClassName
{
background-color: #0BF655;
}
</style>
border-color css
<style>
span { border-color: #0BF655; }
span { border-color: rgb(11,246,85); }
td.TdClassName
{
border-color: #0BF655;
}
.TagClassName
{
border-color: #0BF655;
}
</style>