Shades of Malachite #0DFF3E
Tints of Malachite #0DFF3E
RGB
CMYK
RGB Variations
Color information
#0DFF3E (or 0x0DFF3E) is known color: Malachite. HEX triplet: 0D, FF and 3E. RGB value is (13,255,62). Sum of RGB (Red+Green+Blue) = 13+255+62=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 255 (100% from 255 or 77.27% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFF3E is #F200C1. Grayscale: #A1A1A1. Windows color (decimal): -15859906 or 4128525. OLE color: 4128525.
HSL color Cylindrical-coordinate representation of color #0DFF3E: hue angle of 132.15º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFF3E is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 62 | - |
| CMYK | 0.95 | 0 | 0.76 | 0 |
| HSL | 132.15º | 1% | 0.53% | - |
| HSV(B) | 132.15º | 0.95% | 1% | - |
| XYZ | 36.8 | 71.95 | 16.51 | - |
| YUV | 160.64 | 72.33 | 22.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 62 | 0.95 | 0 | 0.76 | 0 | 132.15 | 1 | 0.53 |
| Hex | D | FF | 3E | 5F | 0 | 4C | 0 | 84 | 64 | 35 |
| Octal | 15 | 377 | 76 | 137 | 0 | 114 | 0 | 204 | 144 | 65 |
| Binary | 1101 | 11111111 | 111110 | 1011111 | 0 | 1001100 | 0 | 10000100 | 1100100 | 110101 |
Color Harmonies of #0DFF3E
Complementary color
Monochromatic Colors of #0DFF3E
Black with #0DFF3E
Text Example
Text Example
White with #0DFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF3E; }
p { color: rgb(13,255,62); }
H1.HeaderClassName
{
color: #0DFF3E;
}
.AnyTagClassName
{
color: #0DFF3E;
}
</style>
background-color css
<style>
a { background-color: #0DFF3E; }
a { background-color: rgb(13,255,62); }
div.DivClassName
{
background-color: #0DFF3E;
}
.BgClassName
{
background-color: #0DFF3E;
}
</style>
border-color css
<style>
span { border-color: #0DFF3E; }
span { border-color: rgb(13,255,62); }
td.TdClassName
{
border-color: #0DFF3E;
}
.TagClassName
{
border-color: #0DFF3E;
}
</style>