Shades of Malachite #0BF73C
Tints of Malachite #0BF73C
RGB
CMYK
RGB Variations
Color information
#0BF73C (or 0x0BF73C) is known color: Malachite. HEX triplet: 0B, F7 and 3C. RGB value is (11,247,60). Sum of RGB (Red+Green+Blue) = 11+247+60=318 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.46% from 318); Green value is 247 (96.88% from 255 or 77.67% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF73C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF73C is #F408C3. Grayscale: #9B9B9B. Windows color (decimal): -15993028 or 3995403. OLE color: 3995403.
HSL color Cylindrical-coordinate representation of color #0BF73C: hue angle of 132.46º 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 #0BF73C is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 247 | 60 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.03 |
| HSL | 132.46º | 0.94% | 0.51% | - |
| HSV(B) | 132.46º | 0.96% | 0.97% | - |
| XYZ | 34.21 | 66.92 | 15.39 | - |
| YUV | 155.12 | 74.31 | 25.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 247 | 60 | 0.96 | 0 | 0.76 | 0.03 | 132.46 | 0.94 | 0.51 |
| Hex | B | F7 | 3C | 60 | 0 | 4C | 3 | 84 | 5E | 33 |
| Octal | 13 | 367 | 74 | 140 | 0 | 114 | 3 | 204 | 136 | 63 |
| Binary | 1011 | 11110111 | 111100 | 1100000 | 0 | 1001100 | 11 | 10000100 | 1011110 | 110011 |
Color Harmonies of #0BF73C
Complementary color
Monochromatic Colors of #0BF73C
Black with #0BF73C
Text Example
Text Example
White with #0BF73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF73C; }
p { color: rgb(11,247,60); }
H1.HeaderClassName
{
color: #0BF73C;
}
.AnyTagClassName
{
color: #0BF73C;
}
</style>
background-color css
<style>
a { background-color: #0BF73C; }
a { background-color: rgb(11,247,60); }
div.DivClassName
{
background-color: #0BF73C;
}
.BgClassName
{
background-color: #0BF73C;
}
</style>
border-color css
<style>
span { border-color: #0BF73C; }
span { border-color: rgb(11,247,60); }
td.TdClassName
{
border-color: #0BF73C;
}
.TagClassName
{
border-color: #0BF73C;
}
</style>