Shades of Malachite #07DA45
Tints of Malachite #07DA45
RGB
CMYK
RGB Variations
Color information
#07DA45 (or 0x07DA45) is known color: Malachite. HEX triplet: 07, DA and 45. RGB value is (7,218,69). Sum of RGB (Red+Green+Blue) = 7+218+69=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #07DA45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DA45 is #F825BA. Grayscale: #8A8A8A. Windows color (decimal): -16262587 or 4577799. OLE color: 4577799.
HSL color Cylindrical-coordinate representation of color #07DA45: hue angle of 137.63º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DA45 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 218 | 69 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.15 |
| HSL | 137.63º | 0.94% | 0.44% | - |
| HSV(B) | 137.63º | 0.97% | 0.85% | - |
| XYZ | 26.23 | 50.62 | 14.02 | - |
| YUV | 137.93 | 89.1 | 34.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 218 | 69 | 0.97 | 0 | 0.68 | 0.15 | 137.63 | 0.94 | 0.44 |
| Hex | 7 | DA | 45 | 61 | 0 | 44 | F | 8A | 5E | 2C |
| Octal | 7 | 332 | 105 | 141 | 0 | 104 | 17 | 212 | 136 | 54 |
| Binary | 111 | 11011010 | 1000101 | 1100001 | 0 | 1000100 | 1111 | 10001010 | 1011110 | 101100 |
Color Harmonies of #07DA45
Complementary color
Monochromatic Colors of #07DA45
Black with #07DA45
Text Example
Text Example
White with #07DA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DA45; }
p { color: rgb(7,218,69); }
H1.HeaderClassName
{
color: #07DA45;
}
.AnyTagClassName
{
color: #07DA45;
}
</style>
background-color css
<style>
a { background-color: #07DA45; }
a { background-color: rgb(7,218,69); }
div.DivClassName
{
background-color: #07DA45;
}
.BgClassName
{
background-color: #07DA45;
}
</style>
border-color css
<style>
span { border-color: #07DA45; }
span { border-color: rgb(7,218,69); }
td.TdClassName
{
border-color: #07DA45;
}
.TagClassName
{
border-color: #07DA45;
}
</style>