Shades of Malachite #0FDF50
Tints of Malachite #0FDF50
RGB
CMYK
RGB Variations
Color information
#0FDF50 (or 0x0FDF50) is known color: Malachite. HEX triplet: 0F, DF and 50. RGB value is (15,223,80). Sum of RGB (Red+Green+Blue) = 15+223+80=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 223 (87.5% from 255 or 70.13% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDF50 is #F020AF. Grayscale: #909090. Windows color (decimal): -15737008 or 5299983. OLE color: 5299983.
HSL color Cylindrical-coordinate representation of color #0FDF50: hue angle of 138.75º 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 #0FDF50 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 80 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.13 |
| HSL | 138.75º | 0.87% | 0.47% | - |
| HSV(B) | 138.75º | 0.93% | 0.87% | - |
| XYZ | 28.03 | 53.46 | 16.43 | - |
| YUV | 144.51 | 91.59 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 80 | 0.93 | 0 | 0.64 | 0.13 | 138.75 | 0.87 | 0.47 |
| Hex | F | DF | 50 | 5D | 0 | 40 | D | 8B | 57 | 2F |
| Octal | 17 | 337 | 120 | 135 | 0 | 100 | 15 | 213 | 127 | 57 |
| Binary | 1111 | 11011111 | 1010000 | 1011101 | 0 | 1000000 | 1101 | 10001011 | 1010111 | 101111 |
Color Harmonies of #0FDF50
Complementary color
Monochromatic Colors of #0FDF50
Black with #0FDF50
Text Example
Text Example
White with #0FDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDF50; }
p { color: rgb(15,223,80); }
H1.HeaderClassName
{
color: #0FDF50;
}
.AnyTagClassName
{
color: #0FDF50;
}
</style>
background-color css
<style>
a { background-color: #0FDF50; }
a { background-color: rgb(15,223,80); }
div.DivClassName
{
background-color: #0FDF50;
}
.BgClassName
{
background-color: #0FDF50;
}
</style>
border-color css
<style>
span { border-color: #0FDF50; }
span { border-color: rgb(15,223,80); }
td.TdClassName
{
border-color: #0FDF50;
}
.TagClassName
{
border-color: #0FDF50;
}
</style>