Shades of Malachite #0FFB4F
Tints of Malachite #0FFB4F
RGB
CMYK
RGB Variations
Color information
#0FFB4F (or 0x0FFB4F) is known color: Malachite. HEX triplet: 0F, FB and 4F. RGB value is (15,251,79). Sum of RGB (Red+Green+Blue) = 15+251+79=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 251 (98.44% from 255 or 72.75% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB4F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFB4F is #F004B0. Grayscale: #A1A1A1. Windows color (decimal): -15729841 or 5241615. OLE color: 5241615.
HSL color Cylindrical-coordinate representation of color #0FFB4F: hue angle of 136.27º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFB4F is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 79 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.02 |
| HSL | 136.27º | 0.97% | 0.52% | - |
| HSV(B) | 136.27º | 0.94% | 0.98% | - |
| XYZ | 36.11 | 69.66 | 18.94 | - |
| YUV | 160.83 | 81.81 | 23.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 79 | 0.94 | 0 | 0.69 | 0.02 | 136.27 | 0.97 | 0.52 |
| Hex | F | FB | 4F | 5E | 0 | 45 | 2 | 88 | 61 | 34 |
| Octal | 17 | 373 | 117 | 136 | 0 | 105 | 2 | 210 | 141 | 64 |
| Binary | 1111 | 11111011 | 1001111 | 1011110 | 0 | 1000101 | 10 | 10001000 | 1100001 | 110100 |
Color Harmonies of #0FFB4F
Complementary color
Monochromatic Colors of #0FFB4F
Black with #0FFB4F
Text Example
Text Example
White with #0FFB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB4F; }
p { color: rgb(15,251,79); }
H1.HeaderClassName
{
color: #0FFB4F;
}
.AnyTagClassName
{
color: #0FFB4F;
}
</style>
background-color css
<style>
a { background-color: #0FFB4F; }
a { background-color: rgb(15,251,79); }
div.DivClassName
{
background-color: #0FFB4F;
}
.BgClassName
{
background-color: #0FFB4F;
}
</style>
border-color css
<style>
span { border-color: #0FFB4F; }
span { border-color: rgb(15,251,79); }
td.TdClassName
{
border-color: #0FFB4F;
}
.TagClassName
{
border-color: #0FFB4F;
}
</style>