Shades of Malachite #0BFC49
Tints of Malachite #0BFC49
RGB
CMYK
RGB Variations
Color information
#0BFC49 (or 0x0BFC49) is known color: Malachite. HEX triplet: 0B, FC and 49. RGB value is (11,252,73). Sum of RGB (Red+Green+Blue) = 11+252+73=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 252 (98.83% from 255 or 75% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFC49 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFC49 is #F403B6. Grayscale: #A0A0A0. Windows color (decimal): -15991735 or 4848651. OLE color: 4848651.
HSL color Cylindrical-coordinate representation of color #0BFC49: hue angle of 135.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFC49 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 252 | 73 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.01 |
| HSL | 135.44º | 0.98% | 0.52% | - |
| HSV(B) | 135.44º | 0.96% | 0.99% | - |
| XYZ | 36.15 | 70.17 | 17.94 | - |
| YUV | 159.54 | 79.16 | 22.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 252 | 73 | 0.96 | 0 | 0.71 | 0.01 | 135.44 | 0.98 | 0.52 |
| Hex | B | FC | 49 | 60 | 0 | 47 | 1 | 87 | 62 | 34 |
| Octal | 13 | 374 | 111 | 140 | 0 | 107 | 1 | 207 | 142 | 64 |
| Binary | 1011 | 11111100 | 1001001 | 1100000 | 0 | 1000111 | 1 | 10000111 | 1100010 | 110100 |
Color Harmonies of #0BFC49
Complementary color
Monochromatic Colors of #0BFC49
Black with #0BFC49
Text Example
Text Example
White with #0BFC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFC49; }
p { color: rgb(11,252,73); }
H1.HeaderClassName
{
color: #0BFC49;
}
.AnyTagClassName
{
color: #0BFC49;
}
</style>
background-color css
<style>
a { background-color: #0BFC49; }
a { background-color: rgb(11,252,73); }
div.DivClassName
{
background-color: #0BFC49;
}
.BgClassName
{
background-color: #0BFC49;
}
</style>
border-color css
<style>
span { border-color: #0BFC49; }
span { border-color: rgb(11,252,73); }
td.TdClassName
{
border-color: #0BFC49;
}
.TagClassName
{
border-color: #0BFC49;
}
</style>