Shades of Malachite #0DF63D
Tints of Malachite #0DF63D
RGB
CMYK
RGB Variations
Color information
#0DF63D (or 0x0DF63D) is known color: Malachite. HEX triplet: 0D, F6 and 3D. RGB value is (13,246,61). Sum of RGB (Red+Green+Blue) = 13+246+61=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 246 (96.48% from 255 or 76.88% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF63D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF63D is #F209C2. Grayscale: #9B9B9B. Windows color (decimal): -15862211 or 4060685. OLE color: 4060685.
HSL color Cylindrical-coordinate representation of color #0DF63D: hue angle of 132.36º 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 #0DF63D is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 246 | 61 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.04 |
| HSL | 132.36º | 0.93% | 0.51% | - |
| HSV(B) | 132.36º | 0.95% | 0.96% | - |
| XYZ | 33.96 | 66.33 | 15.43 | - |
| YUV | 155.24 | 74.81 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 246 | 61 | 0.95 | 0 | 0.75 | 0.04 | 132.36 | 0.93 | 0.51 |
| Hex | D | F6 | 3D | 5F | 0 | 4B | 4 | 84 | 5D | 33 |
| Octal | 15 | 366 | 75 | 137 | 0 | 113 | 4 | 204 | 135 | 63 |
| Binary | 1101 | 11110110 | 111101 | 1011111 | 0 | 1001011 | 100 | 10000100 | 1011101 | 110011 |
Color Harmonies of #0DF63D
Complementary color
Monochromatic Colors of #0DF63D
Black with #0DF63D
Text Example
Text Example
White with #0DF63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF63D; }
p { color: rgb(13,246,61); }
H1.HeaderClassName
{
color: #0DF63D;
}
.AnyTagClassName
{
color: #0DF63D;
}
</style>
background-color css
<style>
a { background-color: #0DF63D; }
a { background-color: rgb(13,246,61); }
div.DivClassName
{
background-color: #0DF63D;
}
.BgClassName
{
background-color: #0DF63D;
}
</style>
border-color css
<style>
span { border-color: #0DF63D; }
span { border-color: rgb(13,246,61); }
td.TdClassName
{
border-color: #0DF63D;
}
.TagClassName
{
border-color: #0DF63D;
}
</style>