Shades of Malachite #0FD751
Tints of Malachite #0FD751
RGB
CMYK
RGB Variations
Color information
#0FD751 (or 0x0FD751) is known color: Malachite. HEX triplet: 0F, D7 and 51. RGB value is (15,215,81). Sum of RGB (Red+Green+Blue) = 15+215+81=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 215 (84.38% from 255 or 69.13% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD751 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD751 is #F028AE. Grayscale: #8C8C8C. Windows color (decimal): -15739055 or 5363471. OLE color: 5363471.
HSL color Cylindrical-coordinate representation of color #0FD751: hue angle of 139.8º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD751 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 215 | 81 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.16 |
| HSL | 139.8º | 0.87% | 0.45% | - |
| HSV(B) | 139.8º | 0.93% | 0.84% | - |
| XYZ | 25.98 | 49.3 | 15.93 | - |
| YUV | 139.92 | 94.74 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 215 | 81 | 0.93 | 0 | 0.62 | 0.16 | 139.8 | 0.87 | 0.45 |
| Hex | F | D7 | 51 | 5D | 0 | 3E | 10 | 8C | 57 | 2D |
| Octal | 17 | 327 | 121 | 135 | 0 | 76 | 20 | 214 | 127 | 55 |
| Binary | 1111 | 11010111 | 1010001 | 1011101 | 0 | 111110 | 10000 | 10001100 | 1010111 | 101101 |
Color Harmonies of #0FD751
Complementary color
Monochromatic Colors of #0FD751
Black with #0FD751
Text Example
Text Example
White with #0FD751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD751; }
p { color: rgb(15,215,81); }
H1.HeaderClassName
{
color: #0FD751;
}
.AnyTagClassName
{
color: #0FD751;
}
</style>
background-color css
<style>
a { background-color: #0FD751; }
a { background-color: rgb(15,215,81); }
div.DivClassName
{
background-color: #0FD751;
}
.BgClassName
{
background-color: #0FD751;
}
</style>
border-color css
<style>
span { border-color: #0FD751; }
span { border-color: rgb(15,215,81); }
td.TdClassName
{
border-color: #0FD751;
}
.TagClassName
{
border-color: #0FD751;
}
</style>