Shades of Malachite #0BFE4F
Tints of Malachite #0BFE4F
RGB
CMYK
RGB Variations
Color information
#0BFE4F (or 0x0BFE4F) is known color: Malachite. HEX triplet: 0B, FE and 4F. RGB value is (11,254,79). Sum of RGB (Red+Green+Blue) = 11+254+79=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 254 (99.61% from 255 or 73.84% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFE4F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFE4F is #F401B0. Grayscale: #A1A1A1. Windows color (decimal): -15991217 or 5242379. OLE color: 5242379.
HSL color Cylindrical-coordinate representation of color #0BFE4F: hue angle of 136.79º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFE4F is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 79 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.00 |
| HSL | 136.79º | 0.99% | 0.52% | - |
| HSV(B) | 136.79º | 0.96% | 1% | - |
| XYZ | 36.99 | 71.52 | 19.25 | - |
| YUV | 161.39 | 81.49 | 20.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 79 | 0.96 | 0 | 0.69 | 0.00 | 136.79 | 0.99 | 0.52 |
| Hex | B | FE | 4F | 60 | 0 | 45 | 0 | 89 | 63 | 34 |
| Octal | 13 | 376 | 117 | 140 | 0 | 105 | 0 | 211 | 143 | 64 |
| Binary | 1011 | 11111110 | 1001111 | 1100000 | 0 | 1000101 | 0 | 10001001 | 1100011 | 110100 |
Color Harmonies of #0BFE4F
Complementary color
Monochromatic Colors of #0BFE4F
Black with #0BFE4F
Text Example
Text Example
White with #0BFE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFE4F; }
p { color: rgb(11,254,79); }
H1.HeaderClassName
{
color: #0BFE4F;
}
.AnyTagClassName
{
color: #0BFE4F;
}
</style>
background-color css
<style>
a { background-color: #0BFE4F; }
a { background-color: rgb(11,254,79); }
div.DivClassName
{
background-color: #0BFE4F;
}
.BgClassName
{
background-color: #0BFE4F;
}
</style>
border-color css
<style>
span { border-color: #0BFE4F; }
span { border-color: rgb(11,254,79); }
td.TdClassName
{
border-color: #0BFE4F;
}
.TagClassName
{
border-color: #0BFE4F;
}
</style>