Shades of Malachite #0DE633
Tints of Malachite #0DE633
RGB
CMYK
RGB Variations
Color information
#0DE633 (or 0x0DE633) is known color: Malachite. HEX triplet: 0D, E6 and 33. RGB value is (13,230,51). Sum of RGB (Red+Green+Blue) = 13+230+51=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 230 (90.23% from 255 or 78.23% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 230 - color contains mainly: green. Hex color #0DE633 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DE633 is #F219CC. Grayscale: #919191. Windows color (decimal): -15866317 or 3401229. OLE color: 3401229.
HSL color Cylindrical-coordinate representation of color #0DE633: hue angle of 130.51º 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 #0DE633 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 230 | 51 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.10 |
| HSL | 130.51º | 0.89% | 0.48% | - |
| HSV(B) | 130.51º | 0.94% | 0.9% | - |
| XYZ | 29.06 | 56.92 | 12.59 | - |
| YUV | 144.71 | 75.11 | 34.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 230 | 51 | 0.94 | 0 | 0.78 | 0.10 | 130.51 | 0.89 | 0.48 |
| Hex | D | E6 | 33 | 5E | 0 | 4E | A | 83 | 59 | 30 |
| Octal | 15 | 346 | 63 | 136 | 0 | 116 | 12 | 203 | 131 | 60 |
| Binary | 1101 | 11100110 | 110011 | 1011110 | 0 | 1001110 | 1010 | 10000011 | 1011001 | 110000 |
Color Harmonies of #0DE633
Complementary color
Monochromatic Colors of #0DE633
Black with #0DE633
Text Example
Text Example
White with #0DE633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE633; }
p { color: rgb(13,230,51); }
H1.HeaderClassName
{
color: #0DE633;
}
.AnyTagClassName
{
color: #0DE633;
}
</style>
background-color css
<style>
a { background-color: #0DE633; }
a { background-color: rgb(13,230,51); }
div.DivClassName
{
background-color: #0DE633;
}
.BgClassName
{
background-color: #0DE633;
}
</style>
border-color css
<style>
span { border-color: #0DE633; }
span { border-color: rgb(13,230,51); }
td.TdClassName
{
border-color: #0DE633;
}
.TagClassName
{
border-color: #0DE633;
}
</style>