Shades of Malachite #0BDF49
Tints of Malachite #0BDF49
RGB
CMYK
RGB Variations
Color information
#0BDF49 (or 0x0BDF49) is known color: Malachite. HEX triplet: 0B, DF and 49. RGB value is (11,223,73). Sum of RGB (Red+Green+Blue) = 11+223+73=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 223 (87.5% from 255 or 72.64% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDF49 is #F420B6. Grayscale: #8E8E8E. Windows color (decimal): -15999159 or 4841227. OLE color: 4841227.
HSL color Cylindrical-coordinate representation of color #0BDF49: hue angle of 137.55º 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 #0BDF49 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 73 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.13 |
| HSL | 137.55º | 0.91% | 0.46% | - |
| HSV(B) | 137.55º | 0.95% | 0.87% | - |
| XYZ | 27.73 | 53.33 | 15.14 | - |
| YUV | 142.51 | 88.76 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 73 | 0.95 | 0 | 0.67 | 0.13 | 137.55 | 0.91 | 0.46 |
| Hex | B | DF | 49 | 5F | 0 | 43 | D | 8A | 5B | 2E |
| Octal | 13 | 337 | 111 | 137 | 0 | 103 | 15 | 212 | 133 | 56 |
| Binary | 1011 | 11011111 | 1001001 | 1011111 | 0 | 1000011 | 1101 | 10001010 | 1011011 | 101110 |
Color Harmonies of #0BDF49
Complementary color
Monochromatic Colors of #0BDF49
Black with #0BDF49
Text Example
Text Example
White with #0BDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDF49; }
p { color: rgb(11,223,73); }
H1.HeaderClassName
{
color: #0BDF49;
}
.AnyTagClassName
{
color: #0BDF49;
}
</style>
background-color css
<style>
a { background-color: #0BDF49; }
a { background-color: rgb(11,223,73); }
div.DivClassName
{
background-color: #0BDF49;
}
.BgClassName
{
background-color: #0BDF49;
}
</style>
border-color css
<style>
span { border-color: #0BDF49; }
span { border-color: rgb(11,223,73); }
td.TdClassName
{
border-color: #0BDF49;
}
.TagClassName
{
border-color: #0BDF49;
}
</style>