Shades of Malachite #0BFF55
Tints of Malachite #0BFF55
RGB
CMYK
RGB Variations
Color information
#0BFF55 (or 0x0BFF55) is known color: Malachite. HEX triplet: 0B, FF and 55. RGB value is (11,255,85). Sum of RGB (Red+Green+Blue) = 11+255+85=351 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.13% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFF55 is #F400AA. Grayscale: #A3A3A3. Windows color (decimal): -15990955 or 5635851. OLE color: 5635851.
HSL color Cylindrical-coordinate representation of color #0BFF55: hue angle of 138.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF55 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 85 | - |
| CMYK | 0.96 | 0 | 0.67 | 0 |
| HSL | 138.2º | 1% | 0.52% | - |
| HSV(B) | 138.2º | 0.96% | 1% | - |
| XYZ | 37.54 | 72.25 | 20.56 | - |
| YUV | 162.66 | 84.16 | 19.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 85 | 0.96 | 0 | 0.67 | 0 | 138.2 | 1 | 0.52 |
| Hex | B | FF | 55 | 60 | 0 | 43 | 0 | 8A | 64 | 34 |
| Octal | 13 | 377 | 125 | 140 | 0 | 103 | 0 | 212 | 144 | 64 |
| Binary | 1011 | 11111111 | 1010101 | 1100000 | 0 | 1000011 | 0 | 10001010 | 1100100 | 110100 |
Color Harmonies of #0BFF55
Complementary color
Monochromatic Colors of #0BFF55
Black with #0BFF55
Text Example
Text Example
White with #0BFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF55; }
p { color: rgb(11,255,85); }
H1.HeaderClassName
{
color: #0BFF55;
}
.AnyTagClassName
{
color: #0BFF55;
}
</style>
background-color css
<style>
a { background-color: #0BFF55; }
a { background-color: rgb(11,255,85); }
div.DivClassName
{
background-color: #0BFF55;
}
.BgClassName
{
background-color: #0BFF55;
}
</style>
border-color css
<style>
span { border-color: #0BFF55; }
span { border-color: rgb(11,255,85); }
td.TdClassName
{
border-color: #0BFF55;
}
.TagClassName
{
border-color: #0BFF55;
}
</style>