Shades of Malachite #0BFC55
Tints of Malachite #0BFC55
RGB
CMYK
RGB Variations
Color information
#0BFC55 (or 0x0BFC55) is known color: Malachite. HEX triplet: 0B, FC and 55. RGB value is (11,252,85). Sum of RGB (Red+Green+Blue) = 11+252+85=348 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.16% from 348); Green value is 252 (98.83% from 255 or 72.41% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFC55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFC55 is #F403AA. Grayscale: #A1A1A1. Windows color (decimal): -15991723 or 5635083. OLE color: 5635083.
HSL color Cylindrical-coordinate representation of color #0BFC55: hue angle of 138.42º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFC55 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 252 | 85 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.01 |
| HSL | 138.42º | 0.98% | 0.52% | - |
| HSV(B) | 138.42º | 0.96% | 0.99% | - |
| XYZ | 36.59 | 70.35 | 20.24 | - |
| YUV | 160.9 | 85.16 | 21.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 252 | 85 | 0.96 | 0 | 0.66 | 0.01 | 138.42 | 0.98 | 0.52 |
| Hex | B | FC | 55 | 60 | 0 | 42 | 1 | 8A | 62 | 34 |
| Octal | 13 | 374 | 125 | 140 | 0 | 102 | 1 | 212 | 142 | 64 |
| Binary | 1011 | 11111100 | 1010101 | 1100000 | 0 | 1000010 | 1 | 10001010 | 1100010 | 110100 |
Color Harmonies of #0BFC55
Complementary color
Monochromatic Colors of #0BFC55
Black with #0BFC55
Text Example
Text Example
White with #0BFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFC55; }
p { color: rgb(11,252,85); }
H1.HeaderClassName
{
color: #0BFC55;
}
.AnyTagClassName
{
color: #0BFC55;
}
</style>
background-color css
<style>
a { background-color: #0BFC55; }
a { background-color: rgb(11,252,85); }
div.DivClassName
{
background-color: #0BFC55;
}
.BgClassName
{
background-color: #0BFC55;
}
</style>
border-color css
<style>
span { border-color: #0BFC55; }
span { border-color: rgb(11,252,85); }
td.TdClassName
{
border-color: #0BFC55;
}
.TagClassName
{
border-color: #0BFC55;
}
</style>