Shades of Malachite #0DFF5D
Tints of Malachite #0DFF5D
RGB
CMYK
RGB Variations
Color information
#0DFF5D (or 0x0DFF5D) is known color: Malachite. HEX triplet: 0D, FF and 5D. RGB value is (13,255,93). Sum of RGB (Red+Green+Blue) = 13+255+93=361 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.60% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFF5D is #F200A2. Grayscale: #A4A4A4. Windows color (decimal): -15859875 or 6160141. OLE color: 6160141.
HSL color Cylindrical-coordinate representation of color #0DFF5D: hue angle of 139.83º 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 #0DFF5D is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 93 | - |
| CMYK | 0.95 | 0 | 0.64 | 0 |
| HSL | 139.83º | 1% | 0.53% | - |
| HSV(B) | 139.83º | 0.95% | 1% | - |
| XYZ | 37.9 | 72.4 | 22.33 | - |
| YUV | 164.17 | 87.83 | 20.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 93 | 0.95 | 0 | 0.64 | 0 | 139.83 | 1 | 0.53 |
| Hex | D | FF | 5D | 5F | 0 | 40 | 0 | 8C | 64 | 35 |
| Octal | 15 | 377 | 135 | 137 | 0 | 100 | 0 | 214 | 144 | 65 |
| Binary | 1101 | 11111111 | 1011101 | 1011111 | 0 | 1000000 | 0 | 10001100 | 1100100 | 110101 |
Color Harmonies of #0DFF5D
Complementary color
Monochromatic Colors of #0DFF5D
Black with #0DFF5D
Text Example
Text Example
White with #0DFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF5D; }
p { color: rgb(13,255,93); }
H1.HeaderClassName
{
color: #0DFF5D;
}
.AnyTagClassName
{
color: #0DFF5D;
}
</style>
background-color css
<style>
a { background-color: #0DFF5D; }
a { background-color: rgb(13,255,93); }
div.DivClassName
{
background-color: #0DFF5D;
}
.BgClassName
{
background-color: #0DFF5D;
}
</style>
border-color css
<style>
span { border-color: #0DFF5D; }
span { border-color: rgb(13,255,93); }
td.TdClassName
{
border-color: #0DFF5D;
}
.TagClassName
{
border-color: #0DFF5D;
}
</style>