Shades of Malachite #0DE65B
Tints of Malachite #0DE65B
RGB
CMYK
RGB Variations
Color information
#0DE65B (or 0x0DE65B) is known color: Malachite. HEX triplet: 0D, E6 and 5B. RGB value is (13,230,91). Sum of RGB (Red+Green+Blue) = 13+230+91=334 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.89% from 334); Green value is 230 (90.23% from 255 or 68.86% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 230 - color contains mainly: green. Hex color #0DE65B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE65B is #F219A4. Grayscale: #959595. Windows color (decimal): -15866277 or 6022669. OLE color: 6022669.
HSL color Cylindrical-coordinate representation of color #0DE65B: hue angle of 141.57º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE65B is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 230 | 91 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.10 |
| HSL | 141.57º | 0.89% | 0.48% | - |
| HSV(B) | 141.57º | 0.94% | 0.9% | - |
| XYZ | 30.35 | 57.43 | 19.38 | - |
| YUV | 149.27 | 95.11 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 230 | 91 | 0.94 | 0 | 0.60 | 0.10 | 141.57 | 0.89 | 0.48 |
| Hex | D | E6 | 5B | 5E | 0 | 3C | A | 8E | 59 | 30 |
| Octal | 15 | 346 | 133 | 136 | 0 | 74 | 12 | 216 | 131 | 60 |
| Binary | 1101 | 11100110 | 1011011 | 1011110 | 0 | 111100 | 1010 | 10001110 | 1011001 | 110000 |
Color Harmonies of #0DE65B
Complementary color
Monochromatic Colors of #0DE65B
Black with #0DE65B
Text Example
Text Example
White with #0DE65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE65B; }
p { color: rgb(13,230,91); }
H1.HeaderClassName
{
color: #0DE65B;
}
.AnyTagClassName
{
color: #0DE65B;
}
</style>
background-color css
<style>
a { background-color: #0DE65B; }
a { background-color: rgb(13,230,91); }
div.DivClassName
{
background-color: #0DE65B;
}
.BgClassName
{
background-color: #0DE65B;
}
</style>
border-color css
<style>
span { border-color: #0DE65B; }
span { border-color: rgb(13,230,91); }
td.TdClassName
{
border-color: #0DE65B;
}
.TagClassName
{
border-color: #0DE65B;
}
</style>