Shades of Malachite #0FDF51
Tints of Malachite #0FDF51
RGB
CMYK
RGB Variations
Color information
#0FDF51 (or 0x0FDF51) is known color: Malachite. HEX triplet: 0F, DF and 51. RGB value is (15,223,81). Sum of RGB (Red+Green+Blue) = 15+223+81=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 223 (87.5% from 255 or 69.91% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDF51 is #F020AE. Grayscale: #909090. Windows color (decimal): -15737007 or 5365519. OLE color: 5365519.
HSL color Cylindrical-coordinate representation of color #0FDF51: hue angle of 139.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDF51 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 81 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.13 |
| HSL | 139.04º | 0.87% | 0.47% | - |
| HSV(B) | 139.04º | 0.93% | 0.87% | - |
| XYZ | 28.07 | 53.47 | 16.63 | - |
| YUV | 144.62 | 92.09 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 81 | 0.93 | 0 | 0.64 | 0.13 | 139.04 | 0.87 | 0.47 |
| Hex | F | DF | 51 | 5D | 0 | 40 | D | 8B | 57 | 2F |
| Octal | 17 | 337 | 121 | 135 | 0 | 100 | 15 | 213 | 127 | 57 |
| Binary | 1111 | 11011111 | 1010001 | 1011101 | 0 | 1000000 | 1101 | 10001011 | 1010111 | 101111 |
Color Harmonies of #0FDF51
Complementary color
Monochromatic Colors of #0FDF51
Black with #0FDF51
Text Example
Text Example
White with #0FDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDF51; }
p { color: rgb(15,223,81); }
H1.HeaderClassName
{
color: #0FDF51;
}
.AnyTagClassName
{
color: #0FDF51;
}
</style>
background-color css
<style>
a { background-color: #0FDF51; }
a { background-color: rgb(15,223,81); }
div.DivClassName
{
background-color: #0FDF51;
}
.BgClassName
{
background-color: #0FDF51;
}
</style>
border-color css
<style>
span { border-color: #0FDF51; }
span { border-color: rgb(15,223,81); }
td.TdClassName
{
border-color: #0FDF51;
}
.TagClassName
{
border-color: #0FDF51;
}
</style>