Shades of Malachite #0DFF51
Tints of Malachite #0DFF51
RGB
CMYK
RGB Variations
Color information
#0DFF51 (or 0x0DFF51) is known color: Malachite. HEX triplet: 0D, FF and 51. RGB value is (13,255,81). Sum of RGB (Red+Green+Blue) = 13+255+81=349 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.72% from 349); Green value is 255 (100% from 255 or 73.07% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF51 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFF51 is #F200AE. Grayscale: #A3A3A3. Windows color (decimal): -15859887 or 5373709. OLE color: 5373709.
HSL color Cylindrical-coordinate representation of color #0DFF51: hue angle of 136.86º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFF51 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 81 | - |
| CMYK | 0.95 | 0 | 0.68 | 0 |
| HSL | 136.86º | 1% | 0.53% | - |
| HSV(B) | 136.86º | 0.95% | 1% | - |
| XYZ | 37.41 | 72.2 | 19.75 | - |
| YUV | 162.81 | 81.83 | 21.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 81 | 0.95 | 0 | 0.68 | 0 | 136.86 | 1 | 0.53 |
| Hex | D | FF | 51 | 5F | 0 | 44 | 0 | 89 | 64 | 35 |
| Octal | 15 | 377 | 121 | 137 | 0 | 104 | 0 | 211 | 144 | 65 |
| Binary | 1101 | 11111111 | 1010001 | 1011111 | 0 | 1000100 | 0 | 10001001 | 1100100 | 110101 |
Color Harmonies of #0DFF51
Complementary color
Monochromatic Colors of #0DFF51
Black with #0DFF51
Text Example
Text Example
White with #0DFF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF51; }
p { color: rgb(13,255,81); }
H1.HeaderClassName
{
color: #0DFF51;
}
.AnyTagClassName
{
color: #0DFF51;
}
</style>
background-color css
<style>
a { background-color: #0DFF51; }
a { background-color: rgb(13,255,81); }
div.DivClassName
{
background-color: #0DFF51;
}
.BgClassName
{
background-color: #0DFF51;
}
</style>
border-color css
<style>
span { border-color: #0DFF51; }
span { border-color: rgb(13,255,81); }
td.TdClassName
{
border-color: #0DFF51;
}
.TagClassName
{
border-color: #0DFF51;
}
</style>