Shades of Malachite #0DF760
Tints of Malachite #0DF760
RGB
CMYK
RGB Variations
Color information
#0DF760 (or 0x0DF760) is known color: Malachite. HEX triplet: 0D, F7 and 60. RGB value is (13,247,96). Sum of RGB (Red+Green+Blue) = 13+247+96=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 247 (96.88% from 255 or 69.38% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF760 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF760 is #F2089F. Grayscale: #A0A0A0. Windows color (decimal): -15861920 or 6354701. OLE color: 6354701.
HSL color Cylindrical-coordinate representation of color #0DF760: hue angle of 141.28º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF760 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 247 | 96 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.03 |
| HSL | 141.28º | 0.94% | 0.51% | - |
| HSV(B) | 141.28º | 0.95% | 0.97% | - |
| XYZ | 35.54 | 67.45 | 22.21 | - |
| YUV | 159.82 | 91.98 | 23.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 247 | 96 | 0.95 | 0 | 0.61 | 0.03 | 141.28 | 0.94 | 0.51 |
| Hex | D | F7 | 60 | 5F | 0 | 3D | 3 | 8D | 5E | 33 |
| Octal | 15 | 367 | 140 | 137 | 0 | 75 | 3 | 215 | 136 | 63 |
| Binary | 1101 | 11110111 | 1100000 | 1011111 | 0 | 111101 | 11 | 10001101 | 1011110 | 110011 |
Color Harmonies of #0DF760
Complementary color
Monochromatic Colors of #0DF760
Black with #0DF760
Text Example
Text Example
White with #0DF760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF760; }
p { color: rgb(13,247,96); }
H1.HeaderClassName
{
color: #0DF760;
}
.AnyTagClassName
{
color: #0DF760;
}
</style>
background-color css
<style>
a { background-color: #0DF760; }
a { background-color: rgb(13,247,96); }
div.DivClassName
{
background-color: #0DF760;
}
.BgClassName
{
background-color: #0DF760;
}
</style>
border-color css
<style>
span { border-color: #0DF760; }
span { border-color: rgb(13,247,96); }
td.TdClassName
{
border-color: #0DF760;
}
.TagClassName
{
border-color: #0DF760;
}
</style>