Shades of Malachite #0DFB51
Tints of Malachite #0DFB51
RGB
CMYK
RGB Variations
Color information
#0DFB51 (or 0x0DFB51) is known color: Malachite. HEX triplet: 0D, FB and 51. RGB value is (13,251,81). Sum of RGB (Red+Green+Blue) = 13+251+81=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 251 (98.44% from 255 or 72.75% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB51 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFB51 is #F204AE. Grayscale: #A0A0A0. Windows color (decimal): -15860911 or 5372685. OLE color: 5372685.
HSL color Cylindrical-coordinate representation of color #0DFB51: hue angle of 137.14º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFB51 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 251 | 81 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.02 |
| HSL | 137.14º | 0.97% | 0.52% | - |
| HSV(B) | 137.14º | 0.95% | 0.98% | - |
| XYZ | 36.15 | 69.67 | 19.33 | - |
| YUV | 160.46 | 83.15 | 22.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 251 | 81 | 0.95 | 0 | 0.68 | 0.02 | 137.14 | 0.97 | 0.52 |
| Hex | D | FB | 51 | 5F | 0 | 44 | 2 | 89 | 61 | 34 |
| Octal | 15 | 373 | 121 | 137 | 0 | 104 | 2 | 211 | 141 | 64 |
| Binary | 1101 | 11111011 | 1010001 | 1011111 | 0 | 1000100 | 10 | 10001001 | 1100001 | 110100 |
Color Harmonies of #0DFB51
Complementary color
Monochromatic Colors of #0DFB51
Black with #0DFB51
Text Example
Text Example
White with #0DFB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFB51; }
p { color: rgb(13,251,81); }
H1.HeaderClassName
{
color: #0DFB51;
}
.AnyTagClassName
{
color: #0DFB51;
}
</style>
background-color css
<style>
a { background-color: #0DFB51; }
a { background-color: rgb(13,251,81); }
div.DivClassName
{
background-color: #0DFB51;
}
.BgClassName
{
background-color: #0DFB51;
}
</style>
border-color css
<style>
span { border-color: #0DFB51; }
span { border-color: rgb(13,251,81); }
td.TdClassName
{
border-color: #0DFB51;
}
.TagClassName
{
border-color: #0DFB51;
}
</style>