Shades of Malachite #0DF63F
Tints of Malachite #0DF63F
RGB
CMYK
RGB Variations
Color information
#0DF63F (or 0x0DF63F) is known color: Malachite. HEX triplet: 0D, F6 and 3F. RGB value is (13,246,63). Sum of RGB (Red+Green+Blue) = 13+246+63=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 246 (96.48% from 255 or 76.40% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF63F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF63F is #F209C0. Grayscale: #9B9B9B. Windows color (decimal): -15862209 or 4191757. OLE color: 4191757.
HSL color Cylindrical-coordinate representation of color #0DF63F: hue angle of 132.88º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF63F is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 246 | 63 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.04 |
| HSL | 132.88º | 0.93% | 0.51% | - |
| HSV(B) | 132.88º | 0.95% | 0.96% | - |
| XYZ | 34.02 | 66.36 | 15.72 | - |
| YUV | 155.47 | 75.81 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 246 | 63 | 0.95 | 0 | 0.74 | 0.04 | 132.88 | 0.93 | 0.51 |
| Hex | D | F6 | 3F | 5F | 0 | 4A | 4 | 85 | 5D | 33 |
| Octal | 15 | 366 | 77 | 137 | 0 | 112 | 4 | 205 | 135 | 63 |
| Binary | 1101 | 11110110 | 111111 | 1011111 | 0 | 1001010 | 100 | 10000101 | 1011101 | 110011 |
Color Harmonies of #0DF63F
Complementary color
Monochromatic Colors of #0DF63F
Black with #0DF63F
Text Example
Text Example
White with #0DF63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF63F; }
p { color: rgb(13,246,63); }
H1.HeaderClassName
{
color: #0DF63F;
}
.AnyTagClassName
{
color: #0DF63F;
}
</style>
background-color css
<style>
a { background-color: #0DF63F; }
a { background-color: rgb(13,246,63); }
div.DivClassName
{
background-color: #0DF63F;
}
.BgClassName
{
background-color: #0DF63F;
}
</style>
border-color css
<style>
span { border-color: #0DF63F; }
span { border-color: rgb(13,246,63); }
td.TdClassName
{
border-color: #0DF63F;
}
.TagClassName
{
border-color: #0DF63F;
}
</style>