Shades of Malachite #0BFE45
Tints of Malachite #0BFE45
RGB
CMYK
RGB Variations
Color information
#0BFE45 (or 0x0BFE45) is known color: Malachite. HEX triplet: 0B, FE and 45. RGB value is (11,254,69). Sum of RGB (Red+Green+Blue) = 11+254+69=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 254 (99.61% from 255 or 76.05% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFE45 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFE45 is #F401BA. Grayscale: #A0A0A0. Windows color (decimal): -15991227 or 4587019. OLE color: 4587019.
HSL color Cylindrical-coordinate representation of color #0BFE45: hue angle of 134.32º 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 #0BFE45 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 69 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.00 |
| HSL | 134.32º | 0.99% | 0.52% | - |
| HSV(B) | 134.32º | 0.96% | 1% | - |
| XYZ | 36.65 | 71.38 | 17.48 | - |
| YUV | 160.25 | 76.49 | 21.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 69 | 0.96 | 0 | 0.73 | 0.00 | 134.32 | 0.99 | 0.52 |
| Hex | B | FE | 45 | 60 | 0 | 49 | 0 | 86 | 63 | 34 |
| Octal | 13 | 376 | 105 | 140 | 0 | 111 | 0 | 206 | 143 | 64 |
| Binary | 1011 | 11111110 | 1000101 | 1100000 | 0 | 1001001 | 0 | 10000110 | 1100011 | 110100 |
Color Harmonies of #0BFE45
Complementary color
Monochromatic Colors of #0BFE45
Black with #0BFE45
Text Example
Text Example
White with #0BFE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFE45; }
p { color: rgb(11,254,69); }
H1.HeaderClassName
{
color: #0BFE45;
}
.AnyTagClassName
{
color: #0BFE45;
}
</style>
background-color css
<style>
a { background-color: #0BFE45; }
a { background-color: rgb(11,254,69); }
div.DivClassName
{
background-color: #0BFE45;
}
.BgClassName
{
background-color: #0BFE45;
}
</style>
border-color css
<style>
span { border-color: #0BFE45; }
span { border-color: rgb(11,254,69); }
td.TdClassName
{
border-color: #0BFE45;
}
.TagClassName
{
border-color: #0BFE45;
}
</style>