Shades of Malachite #0DF64F
Tints of Malachite #0DF64F
RGB
CMYK
RGB Variations
Color information
#0DF64F (or 0x0DF64F) is known color: Malachite. HEX triplet: 0D, F6 and 4F. RGB value is (13,246,79). Sum of RGB (Red+Green+Blue) = 13+246+79=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 246 (96.48% from 255 or 72.78% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF64F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF64F is #F209B0. Grayscale: #9D9D9D. Windows color (decimal): -15862193 or 5240333. OLE color: 5240333.
HSL color Cylindrical-coordinate representation of color #0DF64F: hue angle of 137º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF64F is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 246 | 79 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.04 |
| HSL | 137º | 0.93% | 0.51% | - |
| HSV(B) | 137º | 0.95% | 0.96% | - |
| XYZ | 34.53 | 66.56 | 18.42 | - |
| YUV | 157.3 | 83.81 | 25.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 246 | 79 | 0.95 | 0 | 0.68 | 0.04 | 137 | 0.93 | 0.51 |
| Hex | D | F6 | 4F | 5F | 0 | 44 | 4 | 89 | 5D | 33 |
| Octal | 15 | 366 | 117 | 137 | 0 | 104 | 4 | 211 | 135 | 63 |
| Binary | 1101 | 11110110 | 1001111 | 1011111 | 0 | 1000100 | 100 | 10001001 | 1011101 | 110011 |
Color Harmonies of #0DF64F
Complementary color
Monochromatic Colors of #0DF64F
Black with #0DF64F
Text Example
Text Example
White with #0DF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF64F; }
p { color: rgb(13,246,79); }
H1.HeaderClassName
{
color: #0DF64F;
}
.AnyTagClassName
{
color: #0DF64F;
}
</style>
background-color css
<style>
a { background-color: #0DF64F; }
a { background-color: rgb(13,246,79); }
div.DivClassName
{
background-color: #0DF64F;
}
.BgClassName
{
background-color: #0DF64F;
}
</style>
border-color css
<style>
span { border-color: #0DF64F; }
span { border-color: rgb(13,246,79); }
td.TdClassName
{
border-color: #0DF64F;
}
.TagClassName
{
border-color: #0DF64F;
}
</style>