Shades of Malachite #0DF73F
Tints of Malachite #0DF73F
RGB
CMYK
RGB Variations
Color information
#0DF73F (or 0x0DF73F) is known color: Malachite. HEX triplet: 0D, F7 and 3F. RGB value is (13,247,63). Sum of RGB (Red+Green+Blue) = 13+247+63=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 247 (96.88% from 255 or 76.47% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF73F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF73F is #F208C0. Grayscale: #9C9C9C. Windows color (decimal): -15861953 or 4192013. OLE color: 4192013.
HSL color Cylindrical-coordinate representation of color #0DF73F: hue angle of 132.82º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF73F is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 247 | 63 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.03 |
| HSL | 132.82º | 0.94% | 0.51% | - |
| HSV(B) | 132.82º | 0.95% | 0.97% | - |
| XYZ | 34.32 | 66.97 | 15.82 | - |
| YUV | 156.06 | 75.48 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 247 | 63 | 0.95 | 0 | 0.74 | 0.03 | 132.82 | 0.94 | 0.51 |
| Hex | D | F7 | 3F | 5F | 0 | 4A | 3 | 85 | 5E | 33 |
| Octal | 15 | 367 | 77 | 137 | 0 | 112 | 3 | 205 | 136 | 63 |
| Binary | 1101 | 11110111 | 111111 | 1011111 | 0 | 1001010 | 11 | 10000101 | 1011110 | 110011 |
Color Harmonies of #0DF73F
Complementary color
Monochromatic Colors of #0DF73F
Black with #0DF73F
Text Example
Text Example
White with #0DF73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF73F; }
p { color: rgb(13,247,63); }
H1.HeaderClassName
{
color: #0DF73F;
}
.AnyTagClassName
{
color: #0DF73F;
}
</style>
background-color css
<style>
a { background-color: #0DF73F; }
a { background-color: rgb(13,247,63); }
div.DivClassName
{
background-color: #0DF73F;
}
.BgClassName
{
background-color: #0DF73F;
}
</style>
border-color css
<style>
span { border-color: #0DF73F; }
span { border-color: rgb(13,247,63); }
td.TdClassName
{
border-color: #0DF73F;
}
.TagClassName
{
border-color: #0DF73F;
}
</style>