Shades of Malachite #0DFB45
Tints of Malachite #0DFB45
RGB
CMYK
RGB Variations
Color information
#0DFB45 (or 0x0DFB45) is known color: Malachite. HEX triplet: 0D, FB and 45. RGB value is (13,251,69). Sum of RGB (Red+Green+Blue) = 13+251+69=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 251 (98.44% from 255 or 75.38% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB45 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFB45 is #F204BA. Grayscale: #9F9F9F. Windows color (decimal): -15860923 or 4586253. OLE color: 4586253.
HSL color Cylindrical-coordinate representation of color #0DFB45: hue angle of 134.12º 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 #0DFB45 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 251 | 69 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.02 |
| HSL | 134.12º | 0.97% | 0.52% | - |
| HSV(B) | 134.12º | 0.95% | 0.98% | - |
| XYZ | 35.74 | 69.51 | 17.16 | - |
| YUV | 159.09 | 77.15 | 23.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 251 | 69 | 0.95 | 0 | 0.73 | 0.02 | 134.12 | 0.97 | 0.52 |
| Hex | D | FB | 45 | 5F | 0 | 49 | 2 | 86 | 61 | 34 |
| Octal | 15 | 373 | 105 | 137 | 0 | 111 | 2 | 206 | 141 | 64 |
| Binary | 1101 | 11111011 | 1000101 | 1011111 | 0 | 1001001 | 10 | 10000110 | 1100001 | 110100 |
Color Harmonies of #0DFB45
Complementary color
Monochromatic Colors of #0DFB45
Black with #0DFB45
Text Example
Text Example
White with #0DFB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFB45; }
p { color: rgb(13,251,69); }
H1.HeaderClassName
{
color: #0DFB45;
}
.AnyTagClassName
{
color: #0DFB45;
}
</style>
background-color css
<style>
a { background-color: #0DFB45; }
a { background-color: rgb(13,251,69); }
div.DivClassName
{
background-color: #0DFB45;
}
.BgClassName
{
background-color: #0DFB45;
}
</style>
border-color css
<style>
span { border-color: #0DFB45; }
span { border-color: rgb(13,251,69); }
td.TdClassName
{
border-color: #0DFB45;
}
.TagClassName
{
border-color: #0DFB45;
}
</style>