Shades of Malachite #07DA3A
Tints of Malachite #07DA3A
RGB
CMYK
RGB Variations
Color information
#07DA3A (or 0x07DA3A) is known color: Malachite. HEX triplet: 07, DA and 3A. RGB value is (7,218,58). Sum of RGB (Red+Green+Blue) = 7+218+58=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 218 (85.55% from 255 or 77.03% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 218 - color contains mainly: green. Hex color #07DA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DA3A is #F825C5. Grayscale: #898989. Windows color (decimal): -16262598 or 3856903. OLE color: 3856903.
HSL color Cylindrical-coordinate representation of color #07DA3A: hue angle of 134.5º 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 #07DA3A is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 218 | 58 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.15 |
| HSL | 134.5º | 0.94% | 0.44% | - |
| HSV(B) | 134.5º | 0.97% | 0.85% | - |
| XYZ | 25.92 | 50.49 | 12.38 | - |
| YUV | 136.67 | 83.6 | 35.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 218 | 58 | 0.97 | 0 | 0.73 | 0.15 | 134.5 | 0.94 | 0.44 |
| Hex | 7 | DA | 3A | 61 | 0 | 49 | F | 87 | 5E | 2C |
| Octal | 7 | 332 | 72 | 141 | 0 | 111 | 17 | 207 | 136 | 54 |
| Binary | 111 | 11011010 | 111010 | 1100001 | 0 | 1001001 | 1111 | 10000111 | 1011110 | 101100 |
Color Harmonies of #07DA3A
Complementary color
Monochromatic Colors of #07DA3A
Black with #07DA3A
Text Example
Text Example
White with #07DA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DA3A; }
p { color: rgb(7,218,58); }
H1.HeaderClassName
{
color: #07DA3A;
}
.AnyTagClassName
{
color: #07DA3A;
}
</style>
background-color css
<style>
a { background-color: #07DA3A; }
a { background-color: rgb(7,218,58); }
div.DivClassName
{
background-color: #07DA3A;
}
.BgClassName
{
background-color: #07DA3A;
}
</style>
border-color css
<style>
span { border-color: #07DA3A; }
span { border-color: rgb(7,218,58); }
td.TdClassName
{
border-color: #07DA3A;
}
.TagClassName
{
border-color: #07DA3A;
}
</style>