Shades of Malachite #0BF748
Tints of Malachite #0BF748
RGB
CMYK
RGB Variations
Color information
#0BF748 (or 0x0BF748) is known color: Malachite. HEX triplet: 0B, F7 and 48. RGB value is (11,247,72). Sum of RGB (Red+Green+Blue) = 11+247+72=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 247 (96.88% from 255 or 74.85% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF748 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF748 is #F408B7. Grayscale: #9C9C9C. Windows color (decimal): -15993016 or 4781835. OLE color: 4781835.
HSL color Cylindrical-coordinate representation of color #0BF748: hue angle of 135.51º 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 #0BF748 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 247 | 72 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.03 |
| HSL | 135.51º | 0.94% | 0.51% | - |
| HSV(B) | 135.51º | 0.96% | 0.97% | - |
| XYZ | 34.57 | 67.06 | 17.25 | - |
| YUV | 156.49 | 80.31 | 24.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 247 | 72 | 0.96 | 0 | 0.71 | 0.03 | 135.51 | 0.94 | 0.51 |
| Hex | B | F7 | 48 | 60 | 0 | 47 | 3 | 88 | 5E | 33 |
| Octal | 13 | 367 | 110 | 140 | 0 | 107 | 3 | 210 | 136 | 63 |
| Binary | 1011 | 11110111 | 1001000 | 1100000 | 0 | 1000111 | 11 | 10001000 | 1011110 | 110011 |
Color Harmonies of #0BF748
Complementary color
Monochromatic Colors of #0BF748
Black with #0BF748
Text Example
Text Example
White with #0BF748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF748; }
p { color: rgb(11,247,72); }
H1.HeaderClassName
{
color: #0BF748;
}
.AnyTagClassName
{
color: #0BF748;
}
</style>
background-color css
<style>
a { background-color: #0BF748; }
a { background-color: rgb(11,247,72); }
div.DivClassName
{
background-color: #0BF748;
}
.BgClassName
{
background-color: #0BF748;
}
</style>
border-color css
<style>
span { border-color: #0BF748; }
span { border-color: rgb(11,247,72); }
td.TdClassName
{
border-color: #0BF748;
}
.TagClassName
{
border-color: #0BF748;
}
</style>