Shades of Malachite #0DD775
Tints of Malachite #0DD775
RGB
CMYK
RGB Variations
Color information
#0DD775 (or 0x0DD775) is known color: Malachite. HEX triplet: 0D, D7 and 75. RGB value is (13,215,117). Sum of RGB (Red+Green+Blue) = 13+215+117=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD775 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD775 is #F2288A. Grayscale: #8F8F8F. Windows color (decimal): -15870091 or 7722765. OLE color: 7722765.
HSL color Cylindrical-coordinate representation of color #0DD775: hue angle of 150.89º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD775 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 215 | 117 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.16 |
| HSL | 150.89º | 0.89% | 0.45% | - |
| HSV(B) | 150.89º | 0.94% | 0.84% | - |
| XYZ | 27.68 | 49.97 | 25.02 | - |
| YUV | 143.43 | 113.08 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 215 | 117 | 0.94 | 0 | 0.46 | 0.16 | 150.89 | 0.89 | 0.45 |
| Hex | D | D7 | 75 | 5E | 0 | 2E | 10 | 97 | 59 | 2D |
| Octal | 15 | 327 | 165 | 136 | 0 | 56 | 20 | 227 | 131 | 55 |
| Binary | 1101 | 11010111 | 1110101 | 1011110 | 0 | 101110 | 10000 | 10010111 | 1011001 | 101101 |
Color Harmonies of #0DD775
Complementary color
Monochromatic Colors of #0DD775
Black with #0DD775
Text Example
Text Example
White with #0DD775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD775; }
p { color: rgb(13,215,117); }
H1.HeaderClassName
{
color: #0DD775;
}
.AnyTagClassName
{
color: #0DD775;
}
</style>
background-color css
<style>
a { background-color: #0DD775; }
a { background-color: rgb(13,215,117); }
div.DivClassName
{
background-color: #0DD775;
}
.BgClassName
{
background-color: #0DD775;
}
</style>
border-color css
<style>
span { border-color: #0DD775; }
span { border-color: rgb(13,215,117); }
td.TdClassName
{
border-color: #0DD775;
}
.TagClassName
{
border-color: #0DD775;
}
</style>