Shades of Malachite #0BDD45
Tints of Malachite #0BDD45
RGB
CMYK
RGB Variations
Color information
#0BDD45 (or 0x0BDD45) is known color: Malachite. HEX triplet: 0B, DD and 45. RGB value is (11,221,69). Sum of RGB (Red+Green+Blue) = 11+221+69=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 221 (86.72% from 255 or 73.42% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDD45 is #F422BA. Grayscale: #8D8D8D. Windows color (decimal): -15999675 or 4578571. OLE color: 4578571.
HSL color Cylindrical-coordinate representation of color #0BDD45: hue angle of 136.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDD45 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 69 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.13 |
| HSL | 136.57º | 0.91% | 0.45% | - |
| HSV(B) | 136.57º | 0.95% | 0.87% | - |
| XYZ | 27.07 | 52.21 | 14.28 | - |
| YUV | 140.88 | 87.43 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 69 | 0.95 | 0 | 0.69 | 0.13 | 136.57 | 0.91 | 0.45 |
| Hex | B | DD | 45 | 5F | 0 | 45 | D | 89 | 5B | 2D |
| Octal | 13 | 335 | 105 | 137 | 0 | 105 | 15 | 211 | 133 | 55 |
| Binary | 1011 | 11011101 | 1000101 | 1011111 | 0 | 1000101 | 1101 | 10001001 | 1011011 | 101101 |
Color Harmonies of #0BDD45
Complementary color
Monochromatic Colors of #0BDD45
Black with #0BDD45
Text Example
Text Example
White with #0BDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD45; }
p { color: rgb(11,221,69); }
H1.HeaderClassName
{
color: #0BDD45;
}
.AnyTagClassName
{
color: #0BDD45;
}
</style>
background-color css
<style>
a { background-color: #0BDD45; }
a { background-color: rgb(11,221,69); }
div.DivClassName
{
background-color: #0BDD45;
}
.BgClassName
{
background-color: #0BDD45;
}
</style>
border-color css
<style>
span { border-color: #0BDD45; }
span { border-color: rgb(11,221,69); }
td.TdClassName
{
border-color: #0BDD45;
}
.TagClassName
{
border-color: #0BDD45;
}
</style>