Shades of Malachite #0DDF54
Tints of Malachite #0DDF54
RGB
CMYK
RGB Variations
Color information
#0DDF54 (or 0x0DDF54) is known color: Malachite. HEX triplet: 0D, DF and 54. RGB value is (13,223,84). Sum of RGB (Red+Green+Blue) = 13+223+84=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 223 (87.5% from 255 or 69.69% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDF54 is #F220AB. Grayscale: #909090. Windows color (decimal): -15868076 or 5562125. OLE color: 5562125.
HSL color Cylindrical-coordinate representation of color #0DDF54: hue angle of 140.29º 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 #0DDF54 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 84 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.13 |
| HSL | 140.29º | 0.89% | 0.46% | - |
| HSV(B) | 140.29º | 0.94% | 0.87% | - |
| XYZ | 28.15 | 53.5 | 17.23 | - |
| YUV | 144.36 | 93.93 | 34.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 84 | 0.94 | 0 | 0.62 | 0.13 | 140.29 | 0.89 | 0.46 |
| Hex | D | DF | 54 | 5E | 0 | 3E | D | 8C | 59 | 2E |
| Octal | 15 | 337 | 124 | 136 | 0 | 76 | 15 | 214 | 131 | 56 |
| Binary | 1101 | 11011111 | 1010100 | 1011110 | 0 | 111110 | 1101 | 10001100 | 1011001 | 101110 |
Color Harmonies of #0DDF54
Complementary color
Monochromatic Colors of #0DDF54
Black with #0DDF54
Text Example
Text Example
White with #0DDF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDF54; }
p { color: rgb(13,223,84); }
H1.HeaderClassName
{
color: #0DDF54;
}
.AnyTagClassName
{
color: #0DDF54;
}
</style>
background-color css
<style>
a { background-color: #0DDF54; }
a { background-color: rgb(13,223,84); }
div.DivClassName
{
background-color: #0DDF54;
}
.BgClassName
{
background-color: #0DDF54;
}
</style>
border-color css
<style>
span { border-color: #0DDF54; }
span { border-color: rgb(13,223,84); }
td.TdClassName
{
border-color: #0DDF54;
}
.TagClassName
{
border-color: #0DDF54;
}
</style>