Shades of Malachite #0BF64D
Tints of Malachite #0BF64D
RGB
CMYK
RGB Variations
Color information
#0BF64D (or 0x0BF64D) is known color: Malachite. HEX triplet: 0B, F6 and 4D. RGB value is (11,246,77). Sum of RGB (Red+Green+Blue) = 11+246+77=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 246 (96.48% from 255 or 73.65% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF64D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF64D is #F409B2. Grayscale: #9C9C9C. Windows color (decimal): -15993267 or 5109259. OLE color: 5109259.
HSL color Cylindrical-coordinate representation of color #0BF64D: hue angle of 136.85º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF64D is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 246 | 77 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.04 |
| HSL | 136.85º | 0.93% | 0.5% | - |
| HSV(B) | 136.85º | 0.96% | 0.96% | - |
| XYZ | 34.43 | 66.52 | 18.05 | - |
| YUV | 156.47 | 83.14 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 246 | 77 | 0.96 | 0 | 0.69 | 0.04 | 136.85 | 0.93 | 0.5 |
| Hex | B | F6 | 4D | 60 | 0 | 45 | 4 | 89 | 5D | 32 |
| Octal | 13 | 366 | 115 | 140 | 0 | 105 | 4 | 211 | 135 | 62 |
| Binary | 1011 | 11110110 | 1001101 | 1100000 | 0 | 1000101 | 100 | 10001001 | 1011101 | 110010 |
Color Harmonies of #0BF64D
Complementary color
Monochromatic Colors of #0BF64D
Black with #0BF64D
Text Example
Text Example
White with #0BF64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF64D; }
p { color: rgb(11,246,77); }
H1.HeaderClassName
{
color: #0BF64D;
}
.AnyTagClassName
{
color: #0BF64D;
}
</style>
background-color css
<style>
a { background-color: #0BF64D; }
a { background-color: rgb(11,246,77); }
div.DivClassName
{
background-color: #0BF64D;
}
.BgClassName
{
background-color: #0BF64D;
}
</style>
border-color css
<style>
span { border-color: #0BF64D; }
span { border-color: rgb(11,246,77); }
td.TdClassName
{
border-color: #0BF64D;
}
.TagClassName
{
border-color: #0BF64D;
}
</style>