Shades of Malachite #0DEF5D
Tints of Malachite #0DEF5D
RGB
CMYK
RGB Variations
Color information
#0DEF5D (or 0x0DEF5D) is known color: Malachite. HEX triplet: 0D, EF and 5D. RGB value is (13,239,93). Sum of RGB (Red+Green+Blue) = 13+239+93=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 239 (93.75% from 255 or 69.28% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 239 - color contains mainly: green. Hex color #0DEF5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEF5D is #F210A2. Grayscale: #9B9B9B. Windows color (decimal): -15863971 or 6156045. OLE color: 6156045.
HSL color Cylindrical-coordinate representation of color #0DEF5D: hue angle of 141.24º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEF5D is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 239 | 93 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.06 |
| HSL | 141.24º | 0.9% | 0.49% | - |
| HSV(B) | 141.24º | 0.95% | 0.94% | - |
| XYZ | 33.01 | 62.61 | 20.7 | - |
| YUV | 154.78 | 93.13 | 26.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 239 | 93 | 0.95 | 0 | 0.61 | 0.06 | 141.24 | 0.9 | 0.49 |
| Hex | D | EF | 5D | 5F | 0 | 3D | 6 | 8D | 5A | 31 |
| Octal | 15 | 357 | 135 | 137 | 0 | 75 | 6 | 215 | 132 | 61 |
| Binary | 1101 | 11101111 | 1011101 | 1011111 | 0 | 111101 | 110 | 10001101 | 1011010 | 110001 |
Color Harmonies of #0DEF5D
Complementary color
Monochromatic Colors of #0DEF5D
Black with #0DEF5D
Text Example
Text Example
White with #0DEF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEF5D; }
p { color: rgb(13,239,93); }
H1.HeaderClassName
{
color: #0DEF5D;
}
.AnyTagClassName
{
color: #0DEF5D;
}
</style>
background-color css
<style>
a { background-color: #0DEF5D; }
a { background-color: rgb(13,239,93); }
div.DivClassName
{
background-color: #0DEF5D;
}
.BgClassName
{
background-color: #0DEF5D;
}
</style>
border-color css
<style>
span { border-color: #0DEF5D; }
span { border-color: rgb(13,239,93); }
td.TdClassName
{
border-color: #0DEF5D;
}
.TagClassName
{
border-color: #0DEF5D;
}
</style>