Shades of Malachite #0DE761
Tints of Malachite #0DE761
RGB
CMYK
RGB Variations
Color information
#0DE761 (or 0x0DE761) is known color: Malachite. HEX triplet: 0D, E7 and 61. RGB value is (13,231,97). Sum of RGB (Red+Green+Blue) = 13+231+97=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 231 (90.62% from 255 or 67.74% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 231 - color contains mainly: green. Hex color #0DE761 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE761 is #F2189E. Grayscale: #969696. Windows color (decimal): -15866015 or 6416141. OLE color: 6416141.
HSL color Cylindrical-coordinate representation of color #0DE761: hue angle of 143.12º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE761 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 13 | 231 | 97 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.09 |
| HSL | 143.12º | 0.89% | 0.48% | - |
| HSV(B) | 143.12º | 0.94% | 0.91% | - |
| XYZ | 30.9 | 58.1 | 20.9 | - |
| YUV | 150.54 | 97.78 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 231 | 97 | 0.94 | 0 | 0.58 | 0.09 | 143.12 | 0.89 | 0.48 |
| Hex | D | E7 | 61 | 5E | 0 | 3A | 9 | 8F | 59 | 30 |
| Octal | 15 | 347 | 141 | 136 | 0 | 72 | 11 | 217 | 131 | 60 |
| Binary | 1101 | 11100111 | 1100001 | 1011110 | 0 | 111010 | 1001 | 10001111 | 1011001 | 110000 |
Color Harmonies of #0DE761
Complementary color
Monochromatic Colors of #0DE761
Black with #0DE761
Text Example
Text Example
White with #0DE761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE761; }
p { color: rgb(13,231,97); }
H1.HeaderClassName
{
color: #0DE761;
}
.AnyTagClassName
{
color: #0DE761;
}
</style>
background-color css
<style>
a { background-color: #0DE761; }
a { background-color: rgb(13,231,97); }
div.DivClassName
{
background-color: #0DE761;
}
.BgClassName
{
background-color: #0DE761;
}
</style>
border-color css
<style>
span { border-color: #0DE761; }
span { border-color: rgb(13,231,97); }
td.TdClassName
{
border-color: #0DE761;
}
.TagClassName
{
border-color: #0DE761;
}
</style>