Shades of Malachite #0BF247
Tints of Malachite #0BF247
RGB
CMYK
RGB Variations
Color information
#0BF247 (or 0x0BF247) is known color: Malachite. HEX triplet: 0B, F2 and 47. RGB value is (11,242,71). Sum of RGB (Red+Green+Blue) = 11+242+71=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 242 (94.92% from 255 or 74.69% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 242 - color contains mainly: green. Hex color #0BF247 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF247 is #F40DB8. Grayscale: #999999. Windows color (decimal): -15994297 or 4715019. OLE color: 4715019.
HSL color Cylindrical-coordinate representation of color #0BF247: hue angle of 135.58º 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 #0BF247 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 242 | 71 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.05 |
| HSL | 135.58º | 0.91% | 0.5% | - |
| HSV(B) | 135.58º | 0.95% | 0.95% | - |
| XYZ | 33.03 | 64.03 | 16.58 | - |
| YUV | 153.44 | 81.47 | 26.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 242 | 71 | 0.95 | 0 | 0.71 | 0.05 | 135.58 | 0.91 | 0.5 |
| Hex | B | F2 | 47 | 5F | 0 | 47 | 5 | 88 | 5B | 32 |
| Octal | 13 | 362 | 107 | 137 | 0 | 107 | 5 | 210 | 133 | 62 |
| Binary | 1011 | 11110010 | 1000111 | 1011111 | 0 | 1000111 | 101 | 10001000 | 1011011 | 110010 |
Color Harmonies of #0BF247
Complementary color
Monochromatic Colors of #0BF247
Black with #0BF247
Text Example
Text Example
White with #0BF247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF247; }
p { color: rgb(11,242,71); }
H1.HeaderClassName
{
color: #0BF247;
}
.AnyTagClassName
{
color: #0BF247;
}
</style>
background-color css
<style>
a { background-color: #0BF247; }
a { background-color: rgb(11,242,71); }
div.DivClassName
{
background-color: #0BF247;
}
.BgClassName
{
background-color: #0BF247;
}
</style>
border-color css
<style>
span { border-color: #0BF247; }
span { border-color: rgb(11,242,71); }
td.TdClassName
{
border-color: #0BF247;
}
.TagClassName
{
border-color: #0BF247;
}
</style>