Shades of Malachite #0DF65F
Tints of Malachite #0DF65F
RGB
CMYK
RGB Variations
Color information
#0DF65F (or 0x0DF65F) is known color: Malachite. HEX triplet: 0D, F6 and 5F. RGB value is (13,246,95). Sum of RGB (Red+Green+Blue) = 13+246+95=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 246 (96.48% from 255 or 69.49% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF65F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF65F is #F209A0. Grayscale: #9F9F9F. Windows color (decimal): -15862177 or 6288909. OLE color: 6288909.
HSL color Cylindrical-coordinate representation of color #0DF65F: hue angle of 141.12º 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 #0DF65F is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 246 | 95 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.04 |
| HSL | 141.12º | 0.93% | 0.51% | - |
| HSV(B) | 141.12º | 0.95% | 0.96% | - |
| XYZ | 35.19 | 66.82 | 21.87 | - |
| YUV | 159.12 | 91.81 | 23.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 246 | 95 | 0.95 | 0 | 0.61 | 0.04 | 141.12 | 0.93 | 0.51 |
| Hex | D | F6 | 5F | 5F | 0 | 3D | 4 | 8D | 5D | 33 |
| Octal | 15 | 366 | 137 | 137 | 0 | 75 | 4 | 215 | 135 | 63 |
| Binary | 1101 | 11110110 | 1011111 | 1011111 | 0 | 111101 | 100 | 10001101 | 1011101 | 110011 |
Color Harmonies of #0DF65F
Complementary color
Monochromatic Colors of #0DF65F
Black with #0DF65F
Text Example
Text Example
White with #0DF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF65F; }
p { color: rgb(13,246,95); }
H1.HeaderClassName
{
color: #0DF65F;
}
.AnyTagClassName
{
color: #0DF65F;
}
</style>
background-color css
<style>
a { background-color: #0DF65F; }
a { background-color: rgb(13,246,95); }
div.DivClassName
{
background-color: #0DF65F;
}
.BgClassName
{
background-color: #0DF65F;
}
</style>
border-color css
<style>
span { border-color: #0DF65F; }
span { border-color: rgb(13,246,95); }
td.TdClassName
{
border-color: #0DF65F;
}
.TagClassName
{
border-color: #0DF65F;
}
</style>