Shades of Malachite #0BD448
Tints of Malachite #0BD448
RGB
CMYK
RGB Variations
Color information
#0BD448 (or 0x0BD448) is known color: Malachite. HEX triplet: 0B, D4 and 48. RGB value is (11,212,72). Sum of RGB (Red+Green+Blue) = 11+212+72=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 212 (83.20% from 255 or 71.86% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD448 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD448 is #F42BB7. Grayscale: #888888. Windows color (decimal): -16001976 or 4772875. OLE color: 4772875.
HSL color Cylindrical-coordinate representation of color #0BD448: hue angle of 138.21º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD448 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 212 | 72 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.17 |
| HSL | 138.21º | 0.9% | 0.44% | - |
| HSV(B) | 138.21º | 0.95% | 0.83% | - |
| XYZ | 24.85 | 47.63 | 14.01 | - |
| YUV | 135.94 | 91.91 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 212 | 72 | 0.95 | 0 | 0.66 | 0.17 | 138.21 | 0.9 | 0.44 |
| Hex | B | D4 | 48 | 5F | 0 | 42 | 11 | 8A | 5A | 2C |
| Octal | 13 | 324 | 110 | 137 | 0 | 102 | 21 | 212 | 132 | 54 |
| Binary | 1011 | 11010100 | 1001000 | 1011111 | 0 | 1000010 | 10001 | 10001010 | 1011010 | 101100 |
Color Harmonies of #0BD448
Complementary color
Monochromatic Colors of #0BD448
Black with #0BD448
Text Example
Text Example
White with #0BD448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD448; }
p { color: rgb(11,212,72); }
H1.HeaderClassName
{
color: #0BD448;
}
.AnyTagClassName
{
color: #0BD448;
}
</style>
background-color css
<style>
a { background-color: #0BD448; }
a { background-color: rgb(11,212,72); }
div.DivClassName
{
background-color: #0BD448;
}
.BgClassName
{
background-color: #0BD448;
}
</style>
border-color css
<style>
span { border-color: #0BD448; }
span { border-color: rgb(11,212,72); }
td.TdClassName
{
border-color: #0BD448;
}
.TagClassName
{
border-color: #0BD448;
}
</style>