Shades of Malachite #0DFF47
Tints of Malachite #0DFF47
RGB
CMYK
RGB Variations
Color information
#0DFF47 (or 0x0DFF47) is known color: Malachite. HEX triplet: 0D, FF and 47. RGB value is (13,255,71). Sum of RGB (Red+Green+Blue) = 13+255+71=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 255 (100% from 255 or 75.22% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFF47 is #F200B8. Grayscale: #A2A2A2. Windows color (decimal): -15859897 or 4718349. OLE color: 4718349.
HSL color Cylindrical-coordinate representation of color #0DFF47: hue angle of 134.38º 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 #0DFF47 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 71 | - |
| CMYK | 0.95 | 0 | 0.72 | 0 |
| HSL | 134.38º | 1% | 0.53% | - |
| HSV(B) | 134.38º | 0.95% | 1% | - |
| XYZ | 37.06 | 72.06 | 17.92 | - |
| YUV | 161.67 | 76.83 | 21.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 71 | 0.95 | 0 | 0.72 | 0 | 134.38 | 1 | 0.53 |
| Hex | D | FF | 47 | 5F | 0 | 48 | 0 | 86 | 64 | 35 |
| Octal | 15 | 377 | 107 | 137 | 0 | 110 | 0 | 206 | 144 | 65 |
| Binary | 1101 | 11111111 | 1000111 | 1011111 | 0 | 1001000 | 0 | 10000110 | 1100100 | 110101 |
Color Harmonies of #0DFF47
Complementary color
Monochromatic Colors of #0DFF47
Black with #0DFF47
Text Example
Text Example
White with #0DFF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF47; }
p { color: rgb(13,255,71); }
H1.HeaderClassName
{
color: #0DFF47;
}
.AnyTagClassName
{
color: #0DFF47;
}
</style>
background-color css
<style>
a { background-color: #0DFF47; }
a { background-color: rgb(13,255,71); }
div.DivClassName
{
background-color: #0DFF47;
}
.BgClassName
{
background-color: #0DFF47;
}
</style>
border-color css
<style>
span { border-color: #0DFF47; }
span { border-color: rgb(13,255,71); }
td.TdClassName
{
border-color: #0DFF47;
}
.TagClassName
{
border-color: #0DFF47;
}
</style>