Shades of Malachite #0DFE40
Tints of Malachite #0DFE40
RGB
CMYK
RGB Variations
Color information
#0DFE40 (or 0x0DFE40) is known color: Malachite. HEX triplet: 0D, FE and 40. RGB value is (13,254,64). Sum of RGB (Red+Green+Blue) = 13+254+64=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 254 (99.61% from 255 or 76.74% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFE40 is #F201BF. Grayscale: #A0A0A0. Windows color (decimal): -15860160 or 4259341. OLE color: 4259341.
HSL color Cylindrical-coordinate representation of color #0DFE40: hue angle of 132.7º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFE40 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 64 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.00 |
| HSL | 132.7º | 0.99% | 0.52% | - |
| HSV(B) | 132.7º | 0.95% | 1% | - |
| XYZ | 36.53 | 71.34 | 16.69 | - |
| YUV | 160.28 | 73.66 | 22.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 64 | 0.95 | 0 | 0.75 | 0.00 | 132.7 | 0.99 | 0.52 |
| Hex | D | FE | 40 | 5F | 0 | 4B | 0 | 85 | 63 | 34 |
| Octal | 15 | 376 | 100 | 137 | 0 | 113 | 0 | 205 | 143 | 64 |
| Binary | 1101 | 11111110 | 1000000 | 1011111 | 0 | 1001011 | 0 | 10000101 | 1100011 | 110100 |
Color Harmonies of #0DFE40
Complementary color
Monochromatic Colors of #0DFE40
Black with #0DFE40
Text Example
Text Example
White with #0DFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFE40; }
p { color: rgb(13,254,64); }
H1.HeaderClassName
{
color: #0DFE40;
}
.AnyTagClassName
{
color: #0DFE40;
}
</style>
background-color css
<style>
a { background-color: #0DFE40; }
a { background-color: rgb(13,254,64); }
div.DivClassName
{
background-color: #0DFE40;
}
.BgClassName
{
background-color: #0DFE40;
}
</style>
border-color css
<style>
span { border-color: #0DFE40; }
span { border-color: rgb(13,254,64); }
td.TdClassName
{
border-color: #0DFE40;
}
.TagClassName
{
border-color: #0DFE40;
}
</style>