Shades of Malachite #0BF73B
Tints of Malachite #0BF73B
RGB
CMYK
RGB Variations
Color information
#0BF73B (or 0x0BF73B) is known color: Malachite. HEX triplet: 0B, F7 and 3B. RGB value is (11,247,59). Sum of RGB (Red+Green+Blue) = 11+247+59=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 247 (96.88% from 255 or 77.92% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF73B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF73B is #F408C4. Grayscale: #9B9B9B. Windows color (decimal): -15993029 or 3929867. OLE color: 3929867.
HSL color Cylindrical-coordinate representation of color #0BF73B: hue angle of 132.2º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF73B is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 247 | 59 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.03 |
| HSL | 132.2º | 0.94% | 0.51% | - |
| HSV(B) | 132.2º | 0.96% | 0.97% | - |
| XYZ | 34.19 | 66.91 | 15.25 | - |
| YUV | 155 | 73.81 | 25.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 247 | 59 | 0.96 | 0 | 0.76 | 0.03 | 132.2 | 0.94 | 0.51 |
| Hex | B | F7 | 3B | 60 | 0 | 4C | 3 | 84 | 5E | 33 |
| Octal | 13 | 367 | 73 | 140 | 0 | 114 | 3 | 204 | 136 | 63 |
| Binary | 1011 | 11110111 | 111011 | 1100000 | 0 | 1001100 | 11 | 10000100 | 1011110 | 110011 |
Color Harmonies of #0BF73B
Complementary color
Monochromatic Colors of #0BF73B
Black with #0BF73B
Text Example
Text Example
White with #0BF73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF73B; }
p { color: rgb(11,247,59); }
H1.HeaderClassName
{
color: #0BF73B;
}
.AnyTagClassName
{
color: #0BF73B;
}
</style>
background-color css
<style>
a { background-color: #0BF73B; }
a { background-color: rgb(11,247,59); }
div.DivClassName
{
background-color: #0BF73B;
}
.BgClassName
{
background-color: #0BF73B;
}
</style>
border-color css
<style>
span { border-color: #0BF73B; }
span { border-color: rgb(11,247,59); }
td.TdClassName
{
border-color: #0BF73B;
}
.TagClassName
{
border-color: #0BF73B;
}
</style>