Shades of Malachite #0FDB51
Tints of Malachite #0FDB51
RGB
CMYK
RGB Variations
Color information
#0FDB51 (or 0x0FDB51) is known color: Malachite. HEX triplet: 0F, DB and 51. RGB value is (15,219,81). Sum of RGB (Red+Green+Blue) = 15+219+81=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 219 (85.94% from 255 or 69.52% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDB51 is #F024AE. Grayscale: #8E8E8E. Windows color (decimal): -15738031 or 5364495. OLE color: 5364495.
HSL color Cylindrical-coordinate representation of color #0FDB51: hue angle of 139.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDB51 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 81 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.14 |
| HSL | 139.41º | 0.87% | 0.46% | - |
| HSV(B) | 139.41º | 0.93% | 0.86% | - |
| XYZ | 27.01 | 51.36 | 16.27 | - |
| YUV | 142.27 | 93.41 | 37.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 81 | 0.93 | 0 | 0.63 | 0.14 | 139.41 | 0.87 | 0.46 |
| Hex | F | DB | 51 | 5D | 0 | 3F | E | 8B | 57 | 2E |
| Octal | 17 | 333 | 121 | 135 | 0 | 77 | 16 | 213 | 127 | 56 |
| Binary | 1111 | 11011011 | 1010001 | 1011101 | 0 | 111111 | 1110 | 10001011 | 1010111 | 101110 |
Color Harmonies of #0FDB51
Complementary color
Monochromatic Colors of #0FDB51
Black with #0FDB51
Text Example
Text Example
White with #0FDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDB51; }
p { color: rgb(15,219,81); }
H1.HeaderClassName
{
color: #0FDB51;
}
.AnyTagClassName
{
color: #0FDB51;
}
</style>
background-color css
<style>
a { background-color: #0FDB51; }
a { background-color: rgb(15,219,81); }
div.DivClassName
{
background-color: #0FDB51;
}
.BgClassName
{
background-color: #0FDB51;
}
</style>
border-color css
<style>
span { border-color: #0FDB51; }
span { border-color: rgb(15,219,81); }
td.TdClassName
{
border-color: #0FDB51;
}
.TagClassName
{
border-color: #0FDB51;
}
</style>