Shades of Malachite #0DDF55
Tints of Malachite #0DDF55
RGB
CMYK
RGB Variations
Color information
#0DDF55 (or 0x0DDF55) is known color: Malachite. HEX triplet: 0D, DF and 55. RGB value is (13,223,85). Sum of RGB (Red+Green+Blue) = 13+223+85=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 223 (87.5% from 255 or 69.47% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDF55 is #F220AA. Grayscale: #909090. Windows color (decimal): -15868075 or 5627661. OLE color: 5627661.
HSL color Cylindrical-coordinate representation of color #0DDF55: hue angle of 140.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDF55 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 85 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.13 |
| HSL | 140.57º | 0.89% | 0.46% | - |
| HSV(B) | 140.57º | 0.94% | 0.87% | - |
| XYZ | 28.19 | 53.52 | 17.44 | - |
| YUV | 144.48 | 94.43 | 34.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 85 | 0.94 | 0 | 0.62 | 0.13 | 140.57 | 0.89 | 0.46 |
| Hex | D | DF | 55 | 5E | 0 | 3E | D | 8D | 59 | 2E |
| Octal | 15 | 337 | 125 | 136 | 0 | 76 | 15 | 215 | 131 | 56 |
| Binary | 1101 | 11011111 | 1010101 | 1011110 | 0 | 111110 | 1101 | 10001101 | 1011001 | 101110 |
Color Harmonies of #0DDF55
Complementary color
Monochromatic Colors of #0DDF55
Black with #0DDF55
Text Example
Text Example
White with #0DDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDF55; }
p { color: rgb(13,223,85); }
H1.HeaderClassName
{
color: #0DDF55;
}
.AnyTagClassName
{
color: #0DDF55;
}
</style>
background-color css
<style>
a { background-color: #0DDF55; }
a { background-color: rgb(13,223,85); }
div.DivClassName
{
background-color: #0DDF55;
}
.BgClassName
{
background-color: #0DDF55;
}
</style>
border-color css
<style>
span { border-color: #0DDF55; }
span { border-color: rgb(13,223,85); }
td.TdClassName
{
border-color: #0DDF55;
}
.TagClassName
{
border-color: #0DDF55;
}
</style>