Shades of Malachite #0BBF5B
Tints of Malachite #0BBF5B
RGB
CMYK
RGB Variations
Color information
#0BBF5B (or 0x0BBF5B) is known color: Malachite. HEX triplet: 0B, BF and 5B. RGB value is (11,191,91). Sum of RGB (Red+Green+Blue) = 11+191+91=293 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.75% from 293); Green value is 191 (75% from 255 or 65.19% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBF5B is #F440A4. Grayscale: #7E7E7E. Windows color (decimal): -16007333 or 6012683. OLE color: 6012683.
HSL color Cylindrical-coordinate representation of color #0BBF5B: hue angle of 146.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBF5B is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 191 | 91 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.25 |
| HSL | 146.67º | 0.89% | 0.4% | - |
| HSV(B) | 146.67º | 0.94% | 0.75% | - |
| XYZ | 20.66 | 38.09 | 16.16 | - |
| YUV | 125.78 | 108.37 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 91 | 0.94 | 0 | 0.52 | 0.25 | 146.67 | 0.89 | 0.4 |
| Hex | B | BF | 5B | 5E | 0 | 34 | 19 | 93 | 59 | 28 |
| Octal | 13 | 277 | 133 | 136 | 0 | 64 | 31 | 223 | 131 | 50 |
| Binary | 1011 | 10111111 | 1011011 | 1011110 | 0 | 110100 | 11001 | 10010011 | 1011001 | 101000 |
Color Harmonies of #0BBF5B
Complementary color
Monochromatic Colors of #0BBF5B
Black with #0BBF5B
Text Example
Text Example
White with #0BBF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBF5B; }
p { color: rgb(11,191,91); }
H1.HeaderClassName
{
color: #0BBF5B;
}
.AnyTagClassName
{
color: #0BBF5B;
}
</style>
background-color css
<style>
a { background-color: #0BBF5B; }
a { background-color: rgb(11,191,91); }
div.DivClassName
{
background-color: #0BBF5B;
}
.BgClassName
{
background-color: #0BBF5B;
}
</style>
border-color css
<style>
span { border-color: #0BBF5B; }
span { border-color: rgb(11,191,91); }
td.TdClassName
{
border-color: #0BBF5B;
}
.TagClassName
{
border-color: #0BBF5B;
}
</style>