Shades of Malachite #0BF259
Tints of Malachite #0BF259
RGB
CMYK
RGB Variations
Color information
#0BF259 (or 0x0BF259) is known color: Malachite. HEX triplet: 0B, F2 and 59. RGB value is (11,242,89). Sum of RGB (Red+Green+Blue) = 11+242+89=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #0BF259 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF259 is #F40DA6. Grayscale: #9B9B9B. Windows color (decimal): -15994279 or 5894667. OLE color: 5894667.
HSL color Cylindrical-coordinate representation of color #0BF259: hue angle of 140.26º 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 #0BF259 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 242 | 89 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.05 |
| HSL | 140.26º | 0.91% | 0.5% | - |
| HSV(B) | 140.26º | 0.95% | 0.95% | - |
| XYZ | 33.69 | 64.3 | 20.09 | - |
| YUV | 155.49 | 90.47 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 242 | 89 | 0.95 | 0 | 0.63 | 0.05 | 140.26 | 0.91 | 0.5 |
| Hex | B | F2 | 59 | 5F | 0 | 3F | 5 | 8C | 5B | 32 |
| Octal | 13 | 362 | 131 | 137 | 0 | 77 | 5 | 214 | 133 | 62 |
| Binary | 1011 | 11110010 | 1011001 | 1011111 | 0 | 111111 | 101 | 10001100 | 1011011 | 110010 |
Color Harmonies of #0BF259
Complementary color
Monochromatic Colors of #0BF259
Black with #0BF259
Text Example
Text Example
White with #0BF259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF259; }
p { color: rgb(11,242,89); }
H1.HeaderClassName
{
color: #0BF259;
}
.AnyTagClassName
{
color: #0BF259;
}
</style>
background-color css
<style>
a { background-color: #0BF259; }
a { background-color: rgb(11,242,89); }
div.DivClassName
{
background-color: #0BF259;
}
.BgClassName
{
background-color: #0BF259;
}
</style>
border-color css
<style>
span { border-color: #0BF259; }
span { border-color: rgb(11,242,89); }
td.TdClassName
{
border-color: #0BF259;
}
.TagClassName
{
border-color: #0BF259;
}
</style>