Shades of Malachite #0DFE56
Tints of Malachite #0DFE56
RGB
CMYK
RGB Variations
Color information
#0DFE56 (or 0x0DFE56) is known color: Malachite. HEX triplet: 0D, FE and 56. RGB value is (13,254,86). Sum of RGB (Red+Green+Blue) = 13+254+86=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 254 (99.61% from 255 or 71.95% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE56 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFE56 is #F201A9. Grayscale: #A3A3A3. Windows color (decimal): -15860138 or 5701133. OLE color: 5701133.
HSL color Cylindrical-coordinate representation of color #0DFE56: hue angle of 138.17º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFE56 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 86 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.00 |
| HSL | 138.17º | 0.99% | 0.52% | - |
| HSV(B) | 138.17º | 0.95% | 1% | - |
| XYZ | 37.29 | 71.64 | 20.67 | - |
| YUV | 162.79 | 84.66 | 21.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 86 | 0.95 | 0 | 0.66 | 0.00 | 138.17 | 0.99 | 0.52 |
| Hex | D | FE | 56 | 5F | 0 | 42 | 0 | 8A | 63 | 34 |
| Octal | 15 | 376 | 126 | 137 | 0 | 102 | 0 | 212 | 143 | 64 |
| Binary | 1101 | 11111110 | 1010110 | 1011111 | 0 | 1000010 | 0 | 10001010 | 1100011 | 110100 |
Color Harmonies of #0DFE56
Complementary color
Monochromatic Colors of #0DFE56
Black with #0DFE56
Text Example
Text Example
White with #0DFE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFE56; }
p { color: rgb(13,254,86); }
H1.HeaderClassName
{
color: #0DFE56;
}
.AnyTagClassName
{
color: #0DFE56;
}
</style>
background-color css
<style>
a { background-color: #0DFE56; }
a { background-color: rgb(13,254,86); }
div.DivClassName
{
background-color: #0DFE56;
}
.BgClassName
{
background-color: #0DFE56;
}
</style>
border-color css
<style>
span { border-color: #0DFE56; }
span { border-color: rgb(13,254,86); }
td.TdClassName
{
border-color: #0DFE56;
}
.TagClassName
{
border-color: #0DFE56;
}
</style>