Shades of Malachite #0DF54D
Tints of Malachite #0DF54D
RGB
CMYK
RGB Variations
Color information
#0DF54D (or 0x0DF54D) is known color: Malachite. HEX triplet: 0D, F5 and 4D. RGB value is (13,245,77). Sum of RGB (Red+Green+Blue) = 13+245+77=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 245 (96.09% from 255 or 73.13% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 245 - color contains mainly: green. Hex color #0DF54D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF54D is #F20AB2. Grayscale: #9C9C9C. Windows color (decimal): -15862451 or 5109005. OLE color: 5109005.
HSL color Cylindrical-coordinate representation of color #0DF54D: hue angle of 136.55º degrees, saturation: 0.92, 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 #0DF54D is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 245 | 77 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.04 |
| HSL | 136.55º | 0.92% | 0.51% | - |
| HSV(B) | 136.55º | 0.95% | 0.96% | - |
| XYZ | 34.16 | 65.93 | 17.95 | - |
| YUV | 156.48 | 83.14 | 25.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 245 | 77 | 0.95 | 0 | 0.69 | 0.04 | 136.55 | 0.92 | 0.51 |
| Hex | D | F5 | 4D | 5F | 0 | 45 | 4 | 89 | 5C | 33 |
| Octal | 15 | 365 | 115 | 137 | 0 | 105 | 4 | 211 | 134 | 63 |
| Binary | 1101 | 11110101 | 1001101 | 1011111 | 0 | 1000101 | 100 | 10001001 | 1011100 | 110011 |
Color Harmonies of #0DF54D
Complementary color
Monochromatic Colors of #0DF54D
Black with #0DF54D
Text Example
Text Example
White with #0DF54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF54D; }
p { color: rgb(13,245,77); }
H1.HeaderClassName
{
color: #0DF54D;
}
.AnyTagClassName
{
color: #0DF54D;
}
</style>
background-color css
<style>
a { background-color: #0DF54D; }
a { background-color: rgb(13,245,77); }
div.DivClassName
{
background-color: #0DF54D;
}
.BgClassName
{
background-color: #0DF54D;
}
</style>
border-color css
<style>
span { border-color: #0DF54D; }
span { border-color: rgb(13,245,77); }
td.TdClassName
{
border-color: #0DF54D;
}
.TagClassName
{
border-color: #0DF54D;
}
</style>