Shades of Malachite #0BF647
Tints of Malachite #0BF647
RGB
CMYK
RGB Variations
Color information
#0BF647 (or 0x0BF647) is known color: Malachite. HEX triplet: 0B, F6 and 47. RGB value is (11,246,71). Sum of RGB (Red+Green+Blue) = 11+246+71=328 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.35% from 328); Green value is 246 (96.48% from 255 or 75% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF647 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF647 is #F409B8. Grayscale: #9C9C9C. Windows color (decimal): -15993273 or 4716043. OLE color: 4716043.
HSL color Cylindrical-coordinate representation of color #0BF647: hue angle of 135.32º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF647 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 246 | 71 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.04 |
| HSL | 135.32º | 0.93% | 0.5% | - |
| HSV(B) | 135.32º | 0.96% | 0.96% | - |
| XYZ | 34.23 | 66.44 | 16.98 | - |
| YUV | 155.79 | 80.14 | 24.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 246 | 71 | 0.96 | 0 | 0.71 | 0.04 | 135.32 | 0.93 | 0.5 |
| Hex | B | F6 | 47 | 60 | 0 | 47 | 4 | 87 | 5D | 32 |
| Octal | 13 | 366 | 107 | 140 | 0 | 107 | 4 | 207 | 135 | 62 |
| Binary | 1011 | 11110110 | 1000111 | 1100000 | 0 | 1000111 | 100 | 10000111 | 1011101 | 110010 |
Color Harmonies of #0BF647
Complementary color
Monochromatic Colors of #0BF647
Black with #0BF647
Text Example
Text Example
White with #0BF647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF647; }
p { color: rgb(11,246,71); }
H1.HeaderClassName
{
color: #0BF647;
}
.AnyTagClassName
{
color: #0BF647;
}
</style>
background-color css
<style>
a { background-color: #0BF647; }
a { background-color: rgb(11,246,71); }
div.DivClassName
{
background-color: #0BF647;
}
.BgClassName
{
background-color: #0BF647;
}
</style>
border-color css
<style>
span { border-color: #0BF647; }
span { border-color: rgb(11,246,71); }
td.TdClassName
{
border-color: #0BF647;
}
.TagClassName
{
border-color: #0BF647;
}
</style>