Shades of Malachite #0FDF41
Tints of Malachite #0FDF41
RGB
CMYK
RGB Variations
Color information
#0FDF41 (or 0x0FDF41) is known color: Malachite. HEX triplet: 0F, DF and 41. RGB value is (15,223,65). Sum of RGB (Red+Green+Blue) = 15+223+65=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 223 (87.5% from 255 or 73.60% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDF41 is #F020BE. Grayscale: #8F8F8F. Windows color (decimal): -15737023 or 4316943. OLE color: 4316943.
HSL color Cylindrical-coordinate representation of color #0FDF41: hue angle of 134.42º 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 #0FDF41 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 65 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.13 |
| HSL | 134.42º | 0.87% | 0.47% | - |
| HSV(B) | 134.42º | 0.93% | 0.87% | - |
| XYZ | 27.54 | 53.26 | 13.83 | - |
| YUV | 142.8 | 84.09 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 65 | 0.93 | 0 | 0.71 | 0.13 | 134.42 | 0.87 | 0.47 |
| Hex | F | DF | 41 | 5D | 0 | 47 | D | 86 | 57 | 2F |
| Octal | 17 | 337 | 101 | 135 | 0 | 107 | 15 | 206 | 127 | 57 |
| Binary | 1111 | 11011111 | 1000001 | 1011101 | 0 | 1000111 | 1101 | 10000110 | 1010111 | 101111 |
Color Harmonies of #0FDF41
Complementary color
Monochromatic Colors of #0FDF41
Black with #0FDF41
Text Example
Text Example
White with #0FDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDF41; }
p { color: rgb(15,223,65); }
H1.HeaderClassName
{
color: #0FDF41;
}
.AnyTagClassName
{
color: #0FDF41;
}
</style>
background-color css
<style>
a { background-color: #0FDF41; }
a { background-color: rgb(15,223,65); }
div.DivClassName
{
background-color: #0FDF41;
}
.BgClassName
{
background-color: #0FDF41;
}
</style>
border-color css
<style>
span { border-color: #0FDF41; }
span { border-color: rgb(15,223,65); }
td.TdClassName
{
border-color: #0FDF41;
}
.TagClassName
{
border-color: #0FDF41;
}
</style>