Shades of Malachite #07DA55
Tints of Malachite #07DA55
RGB
CMYK
RGB Variations
Color information
#07DA55 (or 0x07DA55) is known color: Malachite. HEX triplet: 07, DA and 55. RGB value is (7,218,85). Sum of RGB (Red+Green+Blue) = 7+218+85=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 218 (85.55% from 255 or 70.32% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 218 - color contains mainly: green. Hex color #07DA55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07DA55 is #F825AA. Grayscale: #8C8C8C. Windows color (decimal): -16262571 or 5626375. OLE color: 5626375.
HSL color Cylindrical-coordinate representation of color #07DA55: hue angle of 142.18º 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 #07DA55 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 218 | 85 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.15 |
| HSL | 142.18º | 0.94% | 0.44% | - |
| HSV(B) | 142.18º | 0.97% | 0.85% | - |
| XYZ | 26.8 | 50.84 | 17 | - |
| YUV | 139.75 | 97.1 | 33.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 218 | 85 | 0.97 | 0 | 0.61 | 0.15 | 142.18 | 0.94 | 0.44 |
| Hex | 7 | DA | 55 | 61 | 0 | 3D | F | 8E | 5E | 2C |
| Octal | 7 | 332 | 125 | 141 | 0 | 75 | 17 | 216 | 136 | 54 |
| Binary | 111 | 11011010 | 1010101 | 1100001 | 0 | 111101 | 1111 | 10001110 | 1011110 | 101100 |
Color Harmonies of #07DA55
Complementary color
Monochromatic Colors of #07DA55
Black with #07DA55
Text Example
Text Example
White with #07DA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DA55; }
p { color: rgb(7,218,85); }
H1.HeaderClassName
{
color: #07DA55;
}
.AnyTagClassName
{
color: #07DA55;
}
</style>
background-color css
<style>
a { background-color: #07DA55; }
a { background-color: rgb(7,218,85); }
div.DivClassName
{
background-color: #07DA55;
}
.BgClassName
{
background-color: #07DA55;
}
</style>
border-color css
<style>
span { border-color: #07DA55; }
span { border-color: rgb(7,218,85); }
td.TdClassName
{
border-color: #07DA55;
}
.TagClassName
{
border-color: #07DA55;
}
</style>