Shades of Malachite #00DF41
Tints of Malachite #00DF41
RGB
CMYK
RGB Variations
Color information
#00DF41 (or 0x00DF41) is known color: Malachite. HEX triplet: 00, DF and 41. RGB value is (0,223,65). Sum of RGB (Red+Green+Blue) = 0+223+65=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 223 (87.5% from 255 or 77.43% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DF41 is #FF20BE. Grayscale: #8A8A8A. Windows color (decimal): -16720063 or 4316928. OLE color: 4316928.
HSL color Cylindrical-coordinate representation of color #00DF41: hue angle of 137.49º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DF41 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 65 | - |
| CMYK | 1 | 0 | 0.71 | 0.13 |
| HSL | 137.49º | 1% | 0.44% | - |
| HSV(B) | 137.49º | 1% | 0.87% | - |
| XYZ | 27.34 | 53.16 | 13.82 | - |
| YUV | 138.31 | 86.62 | 29.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 65 | 1 | 0 | 0.71 | 0.13 | 137.49 | 1 | 0.44 |
| Hex | 0 | DF | 41 | 64 | 0 | 47 | D | 89 | 64 | 2C |
| Octal | 0 | 337 | 101 | 144 | 0 | 107 | 15 | 211 | 144 | 54 |
| Binary | 0 | 11011111 | 1000001 | 1100100 | 0 | 1000111 | 1101 | 10001001 | 1100100 | 101100 |
Color Harmonies of #00DF41
Complementary color
Monochromatic Colors of #00DF41
Black with #00DF41
Text Example
Text Example
White with #00DF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DF41; }
p { color: rgb(0,223,65); }
H1.HeaderClassName
{
color: #00DF41;
}
.AnyTagClassName
{
color: #00DF41;
}
</style>
background-color css
<style>
a { background-color: #00DF41; }
a { background-color: rgb(0,223,65); }
div.DivClassName
{
background-color: #00DF41;
}
.BgClassName
{
background-color: #00DF41;
}
</style>
border-color css
<style>
span { border-color: #00DF41; }
span { border-color: rgb(0,223,65); }
td.TdClassName
{
border-color: #00DF41;
}
.TagClassName
{
border-color: #00DF41;
}
</style>