Shades of Malachite #0FDF40
Tints of Malachite #0FDF40
RGB
CMYK
RGB Variations
Color information
#0FDF40 (or 0x0FDF40) is known color: Malachite. HEX triplet: 0F, DF and 40. RGB value is (15,223,64). Sum of RGB (Red+Green+Blue) = 15+223+64=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 223 (87.5% from 255 or 73.84% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDF40 is #F020BF. Grayscale: #8F8F8F. Windows color (decimal): -15737024 or 4251407. OLE color: 4251407.
HSL color Cylindrical-coordinate representation of color #0FDF40: hue angle of 134.13º 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 #0FDF40 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 64 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.13 |
| HSL | 134.13º | 0.87% | 0.47% | - |
| HSV(B) | 134.13º | 0.93% | 0.87% | - |
| XYZ | 27.51 | 53.25 | 13.68 | - |
| YUV | 142.68 | 83.59 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 64 | 0.93 | 0 | 0.71 | 0.13 | 134.13 | 0.87 | 0.47 |
| Hex | F | DF | 40 | 5D | 0 | 47 | D | 86 | 57 | 2F |
| Octal | 17 | 337 | 100 | 135 | 0 | 107 | 15 | 206 | 127 | 57 |
| Binary | 1111 | 11011111 | 1000000 | 1011101 | 0 | 1000111 | 1101 | 10000110 | 1010111 | 101111 |
Color Harmonies of #0FDF40
Complementary color
Monochromatic Colors of #0FDF40
Black with #0FDF40
Text Example
Text Example
White with #0FDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDF40; }
p { color: rgb(15,223,64); }
H1.HeaderClassName
{
color: #0FDF40;
}
.AnyTagClassName
{
color: #0FDF40;
}
</style>
background-color css
<style>
a { background-color: #0FDF40; }
a { background-color: rgb(15,223,64); }
div.DivClassName
{
background-color: #0FDF40;
}
.BgClassName
{
background-color: #0FDF40;
}
</style>
border-color css
<style>
span { border-color: #0FDF40; }
span { border-color: rgb(15,223,64); }
td.TdClassName
{
border-color: #0FDF40;
}
.TagClassName
{
border-color: #0FDF40;
}
</style>