Shades of Malachite #0BF347
Tints of Malachite #0BF347
RGB
CMYK
RGB Variations
Color information
#0BF347 (or 0x0BF347) is known color: Malachite. HEX triplet: 0B, F3 and 47. RGB value is (11,243,71). Sum of RGB (Red+Green+Blue) = 11+243+71=325 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.38% from 325); Green value is 243 (95.31% from 255 or 74.77% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 243 - color contains mainly: green. Hex color #0BF347 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF347 is #F40CB8. Grayscale: #9A9A9A. Windows color (decimal): -15994041 or 4715275. OLE color: 4715275.
HSL color Cylindrical-coordinate representation of color #0BF347: hue angle of 135.52º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF347 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 243 | 71 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.05 |
| HSL | 135.52º | 0.91% | 0.5% | - |
| HSV(B) | 135.52º | 0.95% | 0.95% | - |
| XYZ | 33.33 | 64.63 | 16.68 | - |
| YUV | 154.02 | 81.14 | 25.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 243 | 71 | 0.95 | 0 | 0.71 | 0.05 | 135.52 | 0.91 | 0.5 |
| Hex | B | F3 | 47 | 5F | 0 | 47 | 5 | 88 | 5B | 32 |
| Octal | 13 | 363 | 107 | 137 | 0 | 107 | 5 | 210 | 133 | 62 |
| Binary | 1011 | 11110011 | 1000111 | 1011111 | 0 | 1000111 | 101 | 10001000 | 1011011 | 110010 |
Color Harmonies of #0BF347
Complementary color
Monochromatic Colors of #0BF347
Black with #0BF347
Text Example
Text Example
White with #0BF347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF347; }
p { color: rgb(11,243,71); }
H1.HeaderClassName
{
color: #0BF347;
}
.AnyTagClassName
{
color: #0BF347;
}
</style>
background-color css
<style>
a { background-color: #0BF347; }
a { background-color: rgb(11,243,71); }
div.DivClassName
{
background-color: #0BF347;
}
.BgClassName
{
background-color: #0BF347;
}
</style>
border-color css
<style>
span { border-color: #0BF347; }
span { border-color: rgb(11,243,71); }
td.TdClassName
{
border-color: #0BF347;
}
.TagClassName
{
border-color: #0BF347;
}
</style>