Shades of Malachite #0BFF47
Tints of Malachite #0BFF47
RGB
CMYK
RGB Variations
Color information
#0BFF47 (or 0x0BFF47) is known color: Malachite. HEX triplet: 0B, FF and 47. RGB value is (11,255,71). Sum of RGB (Red+Green+Blue) = 11+255+71=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 255 (100% from 255 or 75.67% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFF47 is #F400B8. Grayscale: #A1A1A1. Windows color (decimal): -15990969 or 4718347. OLE color: 4718347.
HSL color Cylindrical-coordinate representation of color #0BFF47: hue angle of 134.75º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF47 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 71 | - |
| CMYK | 0.96 | 0 | 0.72 | 0 |
| HSL | 134.75º | 1% | 0.52% | - |
| HSV(B) | 134.75º | 0.96% | 1% | - |
| XYZ | 37.04 | 72.05 | 17.92 | - |
| YUV | 161.07 | 77.16 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 71 | 0.96 | 0 | 0.72 | 0 | 134.75 | 1 | 0.52 |
| Hex | B | FF | 47 | 60 | 0 | 48 | 0 | 87 | 64 | 34 |
| Octal | 13 | 377 | 107 | 140 | 0 | 110 | 0 | 207 | 144 | 64 |
| Binary | 1011 | 11111111 | 1000111 | 1100000 | 0 | 1001000 | 0 | 10000111 | 1100100 | 110100 |
Color Harmonies of #0BFF47
Complementary color
Monochromatic Colors of #0BFF47
Black with #0BFF47
Text Example
Text Example
White with #0BFF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF47; }
p { color: rgb(11,255,71); }
H1.HeaderClassName
{
color: #0BFF47;
}
.AnyTagClassName
{
color: #0BFF47;
}
</style>
background-color css
<style>
a { background-color: #0BFF47; }
a { background-color: rgb(11,255,71); }
div.DivClassName
{
background-color: #0BFF47;
}
.BgClassName
{
background-color: #0BFF47;
}
</style>
border-color css
<style>
span { border-color: #0BFF47; }
span { border-color: rgb(11,255,71); }
td.TdClassName
{
border-color: #0BFF47;
}
.TagClassName
{
border-color: #0BFF47;
}
</style>