Shades of Malachite #0FFD4F
Tints of Malachite #0FFD4F
RGB
CMYK
RGB Variations
Color information
#0FFD4F (or 0x0FFD4F) is known color: Malachite. HEX triplet: 0F, FD and 4F. RGB value is (15,253,79). Sum of RGB (Red+Green+Blue) = 15+253+79=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 253 (99.22% from 255 or 72.91% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD4F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFD4F is #F002B0. Grayscale: #A2A2A2. Windows color (decimal): -15729329 or 5242127. OLE color: 5242127.
HSL color Cylindrical-coordinate representation of color #0FFD4F: hue angle of 136.13º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFD4F is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 79 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.01 |
| HSL | 136.13º | 0.98% | 0.53% | - |
| HSV(B) | 136.13º | 0.94% | 0.99% | - |
| XYZ | 36.73 | 70.92 | 19.15 | - |
| YUV | 162 | 81.15 | 23.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 79 | 0.94 | 0 | 0.69 | 0.01 | 136.13 | 0.98 | 0.53 |
| Hex | F | FD | 4F | 5E | 0 | 45 | 1 | 88 | 62 | 35 |
| Octal | 17 | 375 | 117 | 136 | 0 | 105 | 1 | 210 | 142 | 65 |
| Binary | 1111 | 11111101 | 1001111 | 1011110 | 0 | 1000101 | 1 | 10001000 | 1100010 | 110101 |
Color Harmonies of #0FFD4F
Complementary color
Monochromatic Colors of #0FFD4F
Black with #0FFD4F
Text Example
Text Example
White with #0FFD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFD4F; }
p { color: rgb(15,253,79); }
H1.HeaderClassName
{
color: #0FFD4F;
}
.AnyTagClassName
{
color: #0FFD4F;
}
</style>
background-color css
<style>
a { background-color: #0FFD4F; }
a { background-color: rgb(15,253,79); }
div.DivClassName
{
background-color: #0FFD4F;
}
.BgClassName
{
background-color: #0FFD4F;
}
</style>
border-color css
<style>
span { border-color: #0FFD4F; }
span { border-color: rgb(15,253,79); }
td.TdClassName
{
border-color: #0FFD4F;
}
.TagClassName
{
border-color: #0FFD4F;
}
</style>