Shades of Malachite #0BF348
Tints of Malachite #0BF348
RGB
CMYK
RGB Variations
Color information
#0BF348 (or 0x0BF348) is known color: Malachite. HEX triplet: 0B, F3 and 48. RGB value is (11,243,72). Sum of RGB (Red+Green+Blue) = 11+243+72=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 243 (95.31% from 255 or 74.54% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 243 - color contains mainly: green. Hex color #0BF348 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF348 is #F40CB7. Grayscale: #9A9A9A. Windows color (decimal): -15994040 or 4780811. OLE color: 4780811.
HSL color Cylindrical-coordinate representation of color #0BF348: hue angle of 135.78º 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 #0BF348 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 243 | 72 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.05 |
| HSL | 135.78º | 0.91% | 0.5% | - |
| HSV(B) | 135.78º | 0.95% | 0.95% | - |
| XYZ | 33.36 | 64.64 | 16.85 | - |
| YUV | 154.14 | 81.64 | 25.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 243 | 72 | 0.95 | 0 | 0.70 | 0.05 | 135.78 | 0.91 | 0.5 |
| Hex | B | F3 | 48 | 5F | 0 | 46 | 5 | 88 | 5B | 32 |
| Octal | 13 | 363 | 110 | 137 | 0 | 106 | 5 | 210 | 133 | 62 |
| Binary | 1011 | 11110011 | 1001000 | 1011111 | 0 | 1000110 | 101 | 10001000 | 1011011 | 110010 |
Color Harmonies of #0BF348
Complementary color
Monochromatic Colors of #0BF348
Black with #0BF348
Text Example
Text Example
White with #0BF348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF348; }
p { color: rgb(11,243,72); }
H1.HeaderClassName
{
color: #0BF348;
}
.AnyTagClassName
{
color: #0BF348;
}
</style>
background-color css
<style>
a { background-color: #0BF348; }
a { background-color: rgb(11,243,72); }
div.DivClassName
{
background-color: #0BF348;
}
.BgClassName
{
background-color: #0BF348;
}
</style>
border-color css
<style>
span { border-color: #0BF348; }
span { border-color: rgb(11,243,72); }
td.TdClassName
{
border-color: #0BF348;
}
.TagClassName
{
border-color: #0BF348;
}
</style>