Shades of Malachite #00DF34
Tints of Malachite #00DF34
RGB
CMYK
RGB Variations
Color information
#00DF34 (or 0x00DF34) is known color: Malachite. HEX triplet: 00, DF and 34. RGB value is (0,223,52). Sum of RGB (Red+Green+Blue) = 0+223+52=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 223 (87.5% from 255 or 81.09% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DF34 is #FF20CB. Grayscale: #898989. Windows color (decimal): -16720076 or 3464960. OLE color: 3464960.
HSL color Cylindrical-coordinate representation of color #00DF34: hue angle of 133.99º 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 #00DF34 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 52 | - |
| CMYK | 1 | 0 | 0.77 | 0.13 |
| HSL | 133.99º | 1% | 0.44% | - |
| HSV(B) | 133.99º | 1% | 0.87% | - |
| XYZ | 27.01 | 53.02 | 12.06 | - |
| YUV | 136.83 | 80.12 | 30.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 52 | 1 | 0 | 0.77 | 0.13 | 133.99 | 1 | 0.44 |
| Hex | 0 | DF | 34 | 64 | 0 | 4D | D | 86 | 64 | 2C |
| Octal | 0 | 337 | 64 | 144 | 0 | 115 | 15 | 206 | 144 | 54 |
| Binary | 0 | 11011111 | 110100 | 1100100 | 0 | 1001101 | 1101 | 10000110 | 1100100 | 101100 |
Color Harmonies of #00DF34
Complementary color
Monochromatic Colors of #00DF34
Black with #00DF34
Text Example
Text Example
White with #00DF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DF34; }
p { color: rgb(0,223,52); }
H1.HeaderClassName
{
color: #00DF34;
}
.AnyTagClassName
{
color: #00DF34;
}
</style>
background-color css
<style>
a { background-color: #00DF34; }
a { background-color: rgb(0,223,52); }
div.DivClassName
{
background-color: #00DF34;
}
.BgClassName
{
background-color: #00DF34;
}
</style>
border-color css
<style>
span { border-color: #00DF34; }
span { border-color: rgb(0,223,52); }
td.TdClassName
{
border-color: #00DF34;
}
.TagClassName
{
border-color: #00DF34;
}
</style>