Shades of Malachite #0DFF49
Tints of Malachite #0DFF49
RGB
CMYK
RGB Variations
Color information
#0DFF49 (or 0x0DFF49) is known color: Malachite. HEX triplet: 0D, FF and 49. RGB value is (13,255,73). Sum of RGB (Red+Green+Blue) = 13+255+73=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 255 (100% from 255 or 74.78% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF49 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFF49 is #F200B6. Grayscale: #A2A2A2. Windows color (decimal): -15859895 or 4849421. OLE color: 4849421.
HSL color Cylindrical-coordinate representation of color #0DFF49: hue angle of 134.88º 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 #0DFF49 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 73 | - |
| CMYK | 0.95 | 0 | 0.71 | 0 |
| HSL | 134.88º | 1% | 0.53% | - |
| HSV(B) | 134.88º | 0.95% | 1% | - |
| XYZ | 37.13 | 72.09 | 18.26 | - |
| YUV | 161.89 | 77.83 | 21.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 73 | 0.95 | 0 | 0.71 | 0 | 134.88 | 1 | 0.53 |
| Hex | D | FF | 49 | 5F | 0 | 47 | 0 | 87 | 64 | 35 |
| Octal | 15 | 377 | 111 | 137 | 0 | 107 | 0 | 207 | 144 | 65 |
| Binary | 1101 | 11111111 | 1001001 | 1011111 | 0 | 1000111 | 0 | 10000111 | 1100100 | 110101 |
Color Harmonies of #0DFF49
Complementary color
Monochromatic Colors of #0DFF49
Black with #0DFF49
Text Example
Text Example
White with #0DFF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF49; }
p { color: rgb(13,255,73); }
H1.HeaderClassName
{
color: #0DFF49;
}
.AnyTagClassName
{
color: #0DFF49;
}
</style>
background-color css
<style>
a { background-color: #0DFF49; }
a { background-color: rgb(13,255,73); }
div.DivClassName
{
background-color: #0DFF49;
}
.BgClassName
{
background-color: #0DFF49;
}
</style>
border-color css
<style>
span { border-color: #0DFF49; }
span { border-color: rgb(13,255,73); }
td.TdClassName
{
border-color: #0DFF49;
}
.TagClassName
{
border-color: #0DFF49;
}
</style>