Shades of Malachite #0DED41
Tints of Malachite #0DED41
RGB
CMYK
RGB Variations
Color information
#0DED41 (or 0x0DED41) is known color: Malachite. HEX triplet: 0D, ED and 41. RGB value is (13,237,65). Sum of RGB (Red+Green+Blue) = 13+237+65=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 237 (92.97% from 255 or 75.24% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 237 - color contains mainly: green. Hex color #0DED41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DED41 is #F212BE. Grayscale: #969696. Windows color (decimal): -15864511 or 4320525. OLE color: 4320525.
HSL color Cylindrical-coordinate representation of color #0DED41: hue angle of 133.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DED41 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 237 | 65 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.07 |
| HSL | 133.93º | 0.9% | 0.49% | - |
| HSV(B) | 133.93º | 0.95% | 0.93% | - |
| XYZ | 31.4 | 61.04 | 15.13 | - |
| YUV | 150.42 | 79.79 | 29.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 237 | 65 | 0.95 | 0 | 0.73 | 0.07 | 133.93 | 0.9 | 0.49 |
| Hex | D | ED | 41 | 5F | 0 | 49 | 7 | 86 | 5A | 31 |
| Octal | 15 | 355 | 101 | 137 | 0 | 111 | 7 | 206 | 132 | 61 |
| Binary | 1101 | 11101101 | 1000001 | 1011111 | 0 | 1001001 | 111 | 10000110 | 1011010 | 110001 |
Color Harmonies of #0DED41
Complementary color
Monochromatic Colors of #0DED41
Black with #0DED41
Text Example
Text Example
White with #0DED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DED41; }
p { color: rgb(13,237,65); }
H1.HeaderClassName
{
color: #0DED41;
}
.AnyTagClassName
{
color: #0DED41;
}
</style>
background-color css
<style>
a { background-color: #0DED41; }
a { background-color: rgb(13,237,65); }
div.DivClassName
{
background-color: #0DED41;
}
.BgClassName
{
background-color: #0DED41;
}
</style>
border-color css
<style>
span { border-color: #0DED41; }
span { border-color: rgb(13,237,65); }
td.TdClassName
{
border-color: #0DED41;
}
.TagClassName
{
border-color: #0DED41;
}
</style>