Shades of Malachite #0BFB4D
Tints of Malachite #0BFB4D
RGB
CMYK
RGB Variations
Color information
#0BFB4D (or 0x0BFB4D) is known color: Malachite. HEX triplet: 0B, FB and 4D. RGB value is (11,251,77). Sum of RGB (Red+Green+Blue) = 11+251+77=339 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 339); Green value is 251 (98.44% from 255 or 74.04% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFB4D is #F404B2. Grayscale: #9F9F9F. Windows color (decimal): -15991987 or 5110539. OLE color: 5110539.
HSL color Cylindrical-coordinate representation of color #0BFB4D: hue angle of 136.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFB4D is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 77 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.02 |
| HSL | 136.5º | 0.97% | 0.51% | - |
| HSV(B) | 136.5º | 0.96% | 0.98% | - |
| XYZ | 35.97 | 69.6 | 18.56 | - |
| YUV | 159.4 | 81.49 | 22.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 77 | 0.96 | 0 | 0.69 | 0.02 | 136.5 | 0.97 | 0.51 |
| Hex | B | FB | 4D | 60 | 0 | 45 | 2 | 88 | 61 | 33 |
| Octal | 13 | 373 | 115 | 140 | 0 | 105 | 2 | 210 | 141 | 63 |
| Binary | 1011 | 11111011 | 1001101 | 1100000 | 0 | 1000101 | 10 | 10001000 | 1100001 | 110011 |
Color Harmonies of #0BFB4D
Complementary color
Monochromatic Colors of #0BFB4D
Black with #0BFB4D
Text Example
Text Example
White with #0BFB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFB4D; }
p { color: rgb(11,251,77); }
H1.HeaderClassName
{
color: #0BFB4D;
}
.AnyTagClassName
{
color: #0BFB4D;
}
</style>
background-color css
<style>
a { background-color: #0BFB4D; }
a { background-color: rgb(11,251,77); }
div.DivClassName
{
background-color: #0BFB4D;
}
.BgClassName
{
background-color: #0BFB4D;
}
</style>
border-color css
<style>
span { border-color: #0BFB4D; }
span { border-color: rgb(11,251,77); }
td.TdClassName
{
border-color: #0BFB4D;
}
.TagClassName
{
border-color: #0BFB4D;
}
</style>