Shades of Malachite #0BFA41
Tints of Malachite #0BFA41
RGB
CMYK
RGB Variations
Color information
#0BFA41 (or 0x0BFA41) is known color: Malachite. HEX triplet: 0B, FA and 41. RGB value is (11,250,65). Sum of RGB (Red+Green+Blue) = 11+250+65=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 250 (98.05% from 255 or 76.69% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFA41 is #F405BE. Grayscale: #9D9D9D. Windows color (decimal): -15992255 or 4323851. OLE color: 4323851.
HSL color Cylindrical-coordinate representation of color #0BFA41: hue angle of 133.56º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFA41 is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 65 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.02 |
| HSL | 133.56º | 0.96% | 0.51% | - |
| HSV(B) | 133.56º | 0.96% | 0.98% | - |
| XYZ | 35.28 | 68.82 | 16.43 | - |
| YUV | 157.45 | 75.82 | 23.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 65 | 0.96 | 0 | 0.74 | 0.02 | 133.56 | 0.96 | 0.51 |
| Hex | B | FA | 41 | 60 | 0 | 4A | 2 | 86 | 60 | 33 |
| Octal | 13 | 372 | 101 | 140 | 0 | 112 | 2 | 206 | 140 | 63 |
| Binary | 1011 | 11111010 | 1000001 | 1100000 | 0 | 1001010 | 10 | 10000110 | 1100000 | 110011 |
Color Harmonies of #0BFA41
Complementary color
Monochromatic Colors of #0BFA41
Black with #0BFA41
Text Example
Text Example
White with #0BFA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA41; }
p { color: rgb(11,250,65); }
H1.HeaderClassName
{
color: #0BFA41;
}
.AnyTagClassName
{
color: #0BFA41;
}
</style>
background-color css
<style>
a { background-color: #0BFA41; }
a { background-color: rgb(11,250,65); }
div.DivClassName
{
background-color: #0BFA41;
}
.BgClassName
{
background-color: #0BFA41;
}
</style>
border-color css
<style>
span { border-color: #0BFA41; }
span { border-color: rgb(11,250,65); }
td.TdClassName
{
border-color: #0BFA41;
}
.TagClassName
{
border-color: #0BFA41;
}
</style>