Shades of Malachite #0BF73D
Tints of Malachite #0BF73D
RGB
CMYK
RGB Variations
Color information
#0BF73D (or 0x0BF73D) is known color: Malachite. HEX triplet: 0B, F7 and 3D. RGB value is (11,247,61). Sum of RGB (Red+Green+Blue) = 11+247+61=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 247 (96.88% from 255 or 77.43% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF73D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF73D is #F408C2. Grayscale: #9B9B9B. Windows color (decimal): -15993027 or 4060939. OLE color: 4060939.
HSL color Cylindrical-coordinate representation of color #0BF73D: hue angle of 132.71º 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 #0BF73D is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 247 | 61 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.03 |
| HSL | 132.71º | 0.94% | 0.51% | - |
| HSV(B) | 132.71º | 0.96% | 0.97% | - |
| XYZ | 34.24 | 66.93 | 15.53 | - |
| YUV | 155.23 | 74.81 | 25.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 247 | 61 | 0.96 | 0 | 0.75 | 0.03 | 132.71 | 0.94 | 0.51 |
| Hex | B | F7 | 3D | 60 | 0 | 4B | 3 | 85 | 5E | 33 |
| Octal | 13 | 367 | 75 | 140 | 0 | 113 | 3 | 205 | 136 | 63 |
| Binary | 1011 | 11110111 | 111101 | 1100000 | 0 | 1001011 | 11 | 10000101 | 1011110 | 110011 |
Color Harmonies of #0BF73D
Complementary color
Monochromatic Colors of #0BF73D
Black with #0BF73D
Text Example
Text Example
White with #0BF73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF73D; }
p { color: rgb(11,247,61); }
H1.HeaderClassName
{
color: #0BF73D;
}
.AnyTagClassName
{
color: #0BF73D;
}
</style>
background-color css
<style>
a { background-color: #0BF73D; }
a { background-color: rgb(11,247,61); }
div.DivClassName
{
background-color: #0BF73D;
}
.BgClassName
{
background-color: #0BF73D;
}
</style>
border-color css
<style>
span { border-color: #0BF73D; }
span { border-color: rgb(11,247,61); }
td.TdClassName
{
border-color: #0BF73D;
}
.TagClassName
{
border-color: #0BF73D;
}
</style>