Shades of Malachite #00DF69
Tints of Malachite #00DF69
RGB
CMYK
RGB Variations
Color information
#00DF69 (or 0x00DF69) is known color: Malachite. HEX triplet: 00, DF and 69. RGB value is (0,223,105). Sum of RGB (Red+Green+Blue) = 0+223+105=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 223 (87.5% from 255 or 67.99% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DF69 is #FF2096. Grayscale: #8F8F8F. Windows color (decimal): -16720023 or 6938368. OLE color: 6938368.
HSL color Cylindrical-coordinate representation of color #00DF69: hue angle of 148.25º 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 #00DF69 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 105 | - |
| CMYK | 1 | 0 | 0.53 | 0.13 |
| HSL | 148.25º | 1% | 0.44% | - |
| HSV(B) | 148.25º | 1% | 0.87% | - |
| XYZ | 28.94 | 53.8 | 22.22 | - |
| YUV | 142.87 | 106.62 | 26.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 105 | 1 | 0 | 0.53 | 0.13 | 148.25 | 1 | 0.44 |
| Hex | 0 | DF | 69 | 64 | 0 | 35 | D | 94 | 64 | 2C |
| Octal | 0 | 337 | 151 | 144 | 0 | 65 | 15 | 224 | 144 | 54 |
| Binary | 0 | 11011111 | 1101001 | 1100100 | 0 | 110101 | 1101 | 10010100 | 1100100 | 101100 |
Color Harmonies of #00DF69
Complementary color
Monochromatic Colors of #00DF69
Black with #00DF69
Text Example
Text Example
White with #00DF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DF69; }
p { color: rgb(0,223,105); }
H1.HeaderClassName
{
color: #00DF69;
}
.AnyTagClassName
{
color: #00DF69;
}
</style>
background-color css
<style>
a { background-color: #00DF69; }
a { background-color: rgb(0,223,105); }
div.DivClassName
{
background-color: #00DF69;
}
.BgClassName
{
background-color: #00DF69;
}
</style>
border-color css
<style>
span { border-color: #00DF69; }
span { border-color: rgb(0,223,105); }
td.TdClassName
{
border-color: #00DF69;
}
.TagClassName
{
border-color: #00DF69;
}
</style>