Shades of Malachite #0BDE55
Tints of Malachite #0BDE55
RGB
CMYK
RGB Variations
Color information
#0BDE55 (or 0x0BDE55) is known color: Malachite. HEX triplet: 0B, DE and 55. RGB value is (11,222,85). Sum of RGB (Red+Green+Blue) = 11+222+85=318 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.46% from 318); Green value is 222 (87.11% from 255 or 69.81% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDE55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDE55 is #F421AA. Grayscale: #8F8F8F. Windows color (decimal): -15999403 or 5627403. OLE color: 5627403.
HSL color Cylindrical-coordinate representation of color #0BDE55: hue angle of 141.04º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDE55 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 222 | 85 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.13 |
| HSL | 141.04º | 0.91% | 0.46% | - |
| HSV(B) | 141.04º | 0.95% | 0.87% | - |
| XYZ | 27.9 | 52.97 | 17.35 | - |
| YUV | 143.29 | 95.1 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 222 | 85 | 0.95 | 0 | 0.62 | 0.13 | 141.04 | 0.91 | 0.46 |
| Hex | B | DE | 55 | 5F | 0 | 3E | D | 8D | 5B | 2E |
| Octal | 13 | 336 | 125 | 137 | 0 | 76 | 15 | 215 | 133 | 56 |
| Binary | 1011 | 11011110 | 1010101 | 1011111 | 0 | 111110 | 1101 | 10001101 | 1011011 | 101110 |
Color Harmonies of #0BDE55
Complementary color
Monochromatic Colors of #0BDE55
Black with #0BDE55
Text Example
Text Example
White with #0BDE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDE55; }
p { color: rgb(11,222,85); }
H1.HeaderClassName
{
color: #0BDE55;
}
.AnyTagClassName
{
color: #0BDE55;
}
</style>
background-color css
<style>
a { background-color: #0BDE55; }
a { background-color: rgb(11,222,85); }
div.DivClassName
{
background-color: #0BDE55;
}
.BgClassName
{
background-color: #0BDE55;
}
</style>
border-color css
<style>
span { border-color: #0BDE55; }
span { border-color: rgb(11,222,85); }
td.TdClassName
{
border-color: #0BDE55;
}
.TagClassName
{
border-color: #0BDE55;
}
</style>