Shades of Malachite #0DF340
Tints of Malachite #0DF340
RGB
CMYK
RGB Variations
Color information
#0DF340 (or 0x0DF340) is known color: Malachite. HEX triplet: 0D, F3 and 40. RGB value is (13,243,64). Sum of RGB (Red+Green+Blue) = 13+243+64=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 243 (95.31% from 255 or 75.94% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 243 - color contains mainly: green. Hex color #0DF340 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF340 is #F20CBF. Grayscale: #9A9A9A. Windows color (decimal): -15862976 or 4256525. OLE color: 4256525.
HSL color Cylindrical-coordinate representation of color #0DF340: hue angle of 133.3º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF340 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 243 | 64 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.05 |
| HSL | 133.3º | 0.91% | 0.5% | - |
| HSV(B) | 133.3º | 0.95% | 0.95% | - |
| XYZ | 33.14 | 64.56 | 15.56 | - |
| YUV | 153.82 | 77.3 | 27.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 243 | 64 | 0.95 | 0 | 0.74 | 0.05 | 133.3 | 0.91 | 0.5 |
| Hex | D | F3 | 40 | 5F | 0 | 4A | 5 | 85 | 5B | 32 |
| Octal | 15 | 363 | 100 | 137 | 0 | 112 | 5 | 205 | 133 | 62 |
| Binary | 1101 | 11110011 | 1000000 | 1011111 | 0 | 1001010 | 101 | 10000101 | 1011011 | 110010 |
Color Harmonies of #0DF340
Complementary color
Monochromatic Colors of #0DF340
Black with #0DF340
Text Example
Text Example
White with #0DF340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF340; }
p { color: rgb(13,243,64); }
H1.HeaderClassName
{
color: #0DF340;
}
.AnyTagClassName
{
color: #0DF340;
}
</style>
background-color css
<style>
a { background-color: #0DF340; }
a { background-color: rgb(13,243,64); }
div.DivClassName
{
background-color: #0DF340;
}
.BgClassName
{
background-color: #0DF340;
}
</style>
border-color css
<style>
span { border-color: #0DF340; }
span { border-color: rgb(13,243,64); }
td.TdClassName
{
border-color: #0DF340;
}
.TagClassName
{
border-color: #0DF340;
}
</style>