Shades of Malachite #0BFB5D
Tints of Malachite #0BFB5D
RGB
CMYK
RGB Variations
Color information
#0BFB5D (or 0x0BFB5D) is known color: Malachite. HEX triplet: 0B, FB and 5D. RGB value is (11,251,93). Sum of RGB (Red+Green+Blue) = 11+251+93=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 251 (98.44% from 255 or 70.70% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFB5D is #F404A2. Grayscale: #A1A1A1. Windows color (decimal): -15991971 or 6159115. OLE color: 6159115.
HSL color Cylindrical-coordinate representation of color #0BFB5D: hue angle of 140.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 #0BFB5D is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 93 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.02 |
| HSL | 140.5º | 0.97% | 0.51% | - |
| HSV(B) | 140.5º | 0.96% | 0.98% | - |
| XYZ | 36.61 | 69.86 | 21.91 | - |
| YUV | 161.23 | 89.49 | 20.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 93 | 0.96 | 0 | 0.63 | 0.02 | 140.5 | 0.97 | 0.51 |
| Hex | B | FB | 5D | 60 | 0 | 3F | 2 | 8C | 61 | 33 |
| Octal | 13 | 373 | 135 | 140 | 0 | 77 | 2 | 214 | 141 | 63 |
| Binary | 1011 | 11111011 | 1011101 | 1100000 | 0 | 111111 | 10 | 10001100 | 1100001 | 110011 |
Color Harmonies of #0BFB5D
Complementary color
Monochromatic Colors of #0BFB5D
Black with #0BFB5D
Text Example
Text Example
White with #0BFB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFB5D; }
p { color: rgb(11,251,93); }
H1.HeaderClassName
{
color: #0BFB5D;
}
.AnyTagClassName
{
color: #0BFB5D;
}
</style>
background-color css
<style>
a { background-color: #0BFB5D; }
a { background-color: rgb(11,251,93); }
div.DivClassName
{
background-color: #0BFB5D;
}
.BgClassName
{
background-color: #0BFB5D;
}
</style>
border-color css
<style>
span { border-color: #0BFB5D; }
span { border-color: rgb(11,251,93); }
td.TdClassName
{
border-color: #0BFB5D;
}
.TagClassName
{
border-color: #0BFB5D;
}
</style>