Shades of Malachite #0BDE37
Tints of Malachite #0BDE37
RGB
CMYK
RGB Variations
Color information
#0BDE37 (or 0x0BDE37) is known color: Malachite. HEX triplet: 0B, DE and 37. RGB value is (11,222,55). Sum of RGB (Red+Green+Blue) = 11+222+55=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 222 (87.11% from 255 or 77.08% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDE37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDE37 is #F421C8. Grayscale: #8C8C8C. Windows color (decimal): -15999433 or 3661323. OLE color: 3661323.
HSL color Cylindrical-coordinate representation of color #0BDE37: hue angle of 132.51º 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 #0BDE37 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 222 | 55 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.13 |
| HSL | 132.51º | 0.91% | 0.46% | - |
| HSV(B) | 132.51º | 0.95% | 0.87% | - |
| XYZ | 26.95 | 52.59 | 12.34 | - |
| YUV | 139.87 | 80.1 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 222 | 55 | 0.95 | 0 | 0.75 | 0.13 | 132.51 | 0.91 | 0.46 |
| Hex | B | DE | 37 | 5F | 0 | 4B | D | 85 | 5B | 2E |
| Octal | 13 | 336 | 67 | 137 | 0 | 113 | 15 | 205 | 133 | 56 |
| Binary | 1011 | 11011110 | 110111 | 1011111 | 0 | 1001011 | 1101 | 10000101 | 1011011 | 101110 |
Color Harmonies of #0BDE37
Complementary color
Monochromatic Colors of #0BDE37
Black with #0BDE37
Text Example
Text Example
White with #0BDE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDE37; }
p { color: rgb(11,222,55); }
H1.HeaderClassName
{
color: #0BDE37;
}
.AnyTagClassName
{
color: #0BDE37;
}
</style>
background-color css
<style>
a { background-color: #0BDE37; }
a { background-color: rgb(11,222,55); }
div.DivClassName
{
background-color: #0BDE37;
}
.BgClassName
{
background-color: #0BDE37;
}
</style>
border-color css
<style>
span { border-color: #0BDE37; }
span { border-color: rgb(11,222,55); }
td.TdClassName
{
border-color: #0BDE37;
}
.TagClassName
{
border-color: #0BDE37;
}
</style>