Shades of Malachite #0BF74B
Tints of Malachite #0BF74B
RGB
CMYK
RGB Variations
Color information
#0BF74B (or 0x0BF74B) is known color: Malachite. HEX triplet: 0B, F7 and 4B. RGB value is (11,247,75). Sum of RGB (Red+Green+Blue) = 11+247+75=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 247 (96.88% from 255 or 74.17% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF74B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF74B is #F408B4. Grayscale: #9D9D9D. Windows color (decimal): -15993013 or 4978443. OLE color: 4978443.
HSL color Cylindrical-coordinate representation of color #0BF74B: hue angle of 136.27º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF74B is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 247 | 75 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.03 |
| HSL | 136.27º | 0.94% | 0.51% | - |
| HSV(B) | 136.27º | 0.96% | 0.97% | - |
| XYZ | 34.67 | 67.1 | 17.78 | - |
| YUV | 156.83 | 81.81 | 23.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 247 | 75 | 0.96 | 0 | 0.70 | 0.03 | 136.27 | 0.94 | 0.51 |
| Hex | B | F7 | 4B | 60 | 0 | 46 | 3 | 88 | 5E | 33 |
| Octal | 13 | 367 | 113 | 140 | 0 | 106 | 3 | 210 | 136 | 63 |
| Binary | 1011 | 11110111 | 1001011 | 1100000 | 0 | 1000110 | 11 | 10001000 | 1011110 | 110011 |
Color Harmonies of #0BF74B
Complementary color
Monochromatic Colors of #0BF74B
Black with #0BF74B
Text Example
Text Example
White with #0BF74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF74B; }
p { color: rgb(11,247,75); }
H1.HeaderClassName
{
color: #0BF74B;
}
.AnyTagClassName
{
color: #0BF74B;
}
</style>
background-color css
<style>
a { background-color: #0BF74B; }
a { background-color: rgb(11,247,75); }
div.DivClassName
{
background-color: #0BF74B;
}
.BgClassName
{
background-color: #0BF74B;
}
</style>
border-color css
<style>
span { border-color: #0BF74B; }
span { border-color: rgb(11,247,75); }
td.TdClassName
{
border-color: #0BF74B;
}
.TagClassName
{
border-color: #0BF74B;
}
</style>