Shades of Malachite #00DF58
Tints of Malachite #00DF58
RGB
CMYK
RGB Variations
Color information
#00DF58 (or 0x00DF58) is known color: Malachite. HEX triplet: 00, DF and 58. RGB value is (0,223,88). Sum of RGB (Red+Green+Blue) = 0+223+88=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 223 (87.5% from 255 or 71.70% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DF58 is #FF20A7. Grayscale: #8D8D8D. Windows color (decimal): -16720040 or 5824256. OLE color: 5824256.
HSL color Cylindrical-coordinate representation of color #00DF58: hue angle of 143.68º 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 #00DF58 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 88 | - |
| CMYK | 1 | 0 | 0.61 | 0.13 |
| HSL | 143.68º | 1% | 0.44% | - |
| HSV(B) | 143.68º | 1% | 0.87% | - |
| XYZ | 28.15 | 53.48 | 18.07 | - |
| YUV | 140.93 | 98.12 | 27.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 88 | 1 | 0 | 0.61 | 0.13 | 143.68 | 1 | 0.44 |
| Hex | 0 | DF | 58 | 64 | 0 | 3D | D | 90 | 64 | 2C |
| Octal | 0 | 337 | 130 | 144 | 0 | 75 | 15 | 220 | 144 | 54 |
| Binary | 0 | 11011111 | 1011000 | 1100100 | 0 | 111101 | 1101 | 10010000 | 1100100 | 101100 |
Color Harmonies of #00DF58
Complementary color
Monochromatic Colors of #00DF58
Black with #00DF58
Text Example
Text Example
White with #00DF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DF58; }
p { color: rgb(0,223,88); }
H1.HeaderClassName
{
color: #00DF58;
}
.AnyTagClassName
{
color: #00DF58;
}
</style>
background-color css
<style>
a { background-color: #00DF58; }
a { background-color: rgb(0,223,88); }
div.DivClassName
{
background-color: #00DF58;
}
.BgClassName
{
background-color: #00DF58;
}
</style>
border-color css
<style>
span { border-color: #00DF58; }
span { border-color: rgb(0,223,88); }
td.TdClassName
{
border-color: #00DF58;
}
.TagClassName
{
border-color: #00DF58;
}
</style>