Shades of Malachite #0DF562
Tints of Malachite #0DF562
RGB
CMYK
RGB Variations
Color information
#0DF562 (or 0x0DF562) is known color: Malachite. HEX triplet: 0D, F5 and 62. RGB value is (13,245,98). Sum of RGB (Red+Green+Blue) = 13+245+98=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 245 (96.09% from 255 or 68.82% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 245 - color contains mainly: green. Hex color #0DF562 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF562 is #F20A9D. Grayscale: #9F9F9F. Windows color (decimal): -15862430 or 6485261. OLE color: 6485261.
HSL color Cylindrical-coordinate representation of color #0DF562: hue angle of 141.98º 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 #0DF562 is Cyan = 0.95, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 245 | 98 | - |
| CMYK | 0.95 | 0 | 0.6 | 0.04 |
| HSL | 141.98º | 0.92% | 0.51% | - |
| HSV(B) | 141.98º | 0.95% | 0.96% | - |
| XYZ | 35.02 | 66.27 | 22.5 | - |
| YUV | 158.87 | 93.64 | 23.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 245 | 98 | 0.95 | 0 | 0.6 | 0.04 | 141.98 | 0.92 | 0.51 |
| Hex | D | F5 | 62 | 5F | 0 | 3C | 4 | 8E | 5C | 33 |
| Octal | 15 | 365 | 142 | 137 | 0 | 74 | 4 | 216 | 134 | 63 |
| Binary | 1101 | 11110101 | 1100010 | 1011111 | 0 | 111100 | 100 | 10001110 | 1011100 | 110011 |
Color Harmonies of #0DF562
Complementary color
Monochromatic Colors of #0DF562
Black with #0DF562
Text Example
Text Example
White with #0DF562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF562; }
p { color: rgb(13,245,98); }
H1.HeaderClassName
{
color: #0DF562;
}
.AnyTagClassName
{
color: #0DF562;
}
</style>
background-color css
<style>
a { background-color: #0DF562; }
a { background-color: rgb(13,245,98); }
div.DivClassName
{
background-color: #0DF562;
}
.BgClassName
{
background-color: #0DF562;
}
</style>
border-color css
<style>
span { border-color: #0DF562; }
span { border-color: rgb(13,245,98); }
td.TdClassName
{
border-color: #0DF562;
}
.TagClassName
{
border-color: #0DF562;
}
</style>