Shades of Malachite #0BFF59
Tints of Malachite #0BFF59
RGB
CMYK
RGB Variations
Color information
#0BFF59 (or 0x0BFF59) is known color: Malachite. HEX triplet: 0B, FF and 59. RGB value is (11,255,89). Sum of RGB (Red+Green+Blue) = 11+255+89=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF59 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFF59 is #F400A6. Grayscale: #A3A3A3. Windows color (decimal): -15990951 or 5897995. OLE color: 5897995.
HSL color Cylindrical-coordinate representation of color #0BFF59: hue angle of 139.18º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF59 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 89 | - |
| CMYK | 0.96 | 0 | 0.65 | 0 |
| HSL | 139.18º | 1% | 0.52% | - |
| HSV(B) | 139.18º | 0.96% | 1% | - |
| XYZ | 37.7 | 72.31 | 21.42 | - |
| YUV | 163.12 | 86.16 | 19.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 89 | 0.96 | 0 | 0.65 | 0 | 139.18 | 1 | 0.52 |
| Hex | B | FF | 59 | 60 | 0 | 41 | 0 | 8B | 64 | 34 |
| Octal | 13 | 377 | 131 | 140 | 0 | 101 | 0 | 213 | 144 | 64 |
| Binary | 1011 | 11111111 | 1011001 | 1100000 | 0 | 1000001 | 0 | 10001011 | 1100100 | 110100 |
Color Harmonies of #0BFF59
Complementary color
Monochromatic Colors of #0BFF59
Black with #0BFF59
Text Example
Text Example
White with #0BFF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF59; }
p { color: rgb(11,255,89); }
H1.HeaderClassName
{
color: #0BFF59;
}
.AnyTagClassName
{
color: #0BFF59;
}
</style>
background-color css
<style>
a { background-color: #0BFF59; }
a { background-color: rgb(11,255,89); }
div.DivClassName
{
background-color: #0BFF59;
}
.BgClassName
{
background-color: #0BFF59;
}
</style>
border-color css
<style>
span { border-color: #0BFF59; }
span { border-color: rgb(11,255,89); }
td.TdClassName
{
border-color: #0BFF59;
}
.TagClassName
{
border-color: #0BFF59;
}
</style>