Shades of Malachite #0BC255
Tints of Malachite #0BC255
RGB
CMYK
RGB Variations
Color information
#0BC255 (or 0x0BC255) is known color: Malachite. HEX triplet: 0B, C2 and 55. RGB value is (11,194,85). Sum of RGB (Red+Green+Blue) = 11+194+85=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 194 (76.17% from 255 or 66.90% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC255 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC255 is #F43DAA. Grayscale: #7F7F7F. Windows color (decimal): -16006571 or 5620235. OLE color: 5620235.
HSL color Cylindrical-coordinate representation of color #0BC255: hue angle of 144.26º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC255 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 194 | 85 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.24 |
| HSL | 144.26º | 0.89% | 0.4% | - |
| HSV(B) | 144.26º | 0.94% | 0.76% | - |
| XYZ | 21.07 | 39.31 | 15.07 | - |
| YUV | 126.86 | 104.37 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 194 | 85 | 0.94 | 0 | 0.56 | 0.24 | 144.26 | 0.89 | 0.4 |
| Hex | B | C2 | 55 | 5E | 0 | 38 | 18 | 90 | 59 | 28 |
| Octal | 13 | 302 | 125 | 136 | 0 | 70 | 30 | 220 | 131 | 50 |
| Binary | 1011 | 11000010 | 1010101 | 1011110 | 0 | 111000 | 11000 | 10010000 | 1011001 | 101000 |
Color Harmonies of #0BC255
Complementary color
Monochromatic Colors of #0BC255
Black with #0BC255
Text Example
Text Example
White with #0BC255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC255; }
p { color: rgb(11,194,85); }
H1.HeaderClassName
{
color: #0BC255;
}
.AnyTagClassName
{
color: #0BC255;
}
</style>
background-color css
<style>
a { background-color: #0BC255; }
a { background-color: rgb(11,194,85); }
div.DivClassName
{
background-color: #0BC255;
}
.BgClassName
{
background-color: #0BC255;
}
</style>
border-color css
<style>
span { border-color: #0BC255; }
span { border-color: rgb(11,194,85); }
td.TdClassName
{
border-color: #0BC255;
}
.TagClassName
{
border-color: #0BC255;
}
</style>