Shades of Malachite #07CA4E
Tints of Malachite #07CA4E
RGB
CMYK
RGB Variations
Color information
#07CA4E (or 0x07CA4E) is known color: Malachite. HEX triplet: 07, CA and 4E. RGB value is (7,202,78). Sum of RGB (Red+Green+Blue) = 7+202+78=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 202 (79.30% from 255 or 70.38% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CA4E is #F835B1. Grayscale: #818181. Windows color (decimal): -16266674 or 5163527. OLE color: 5163527.
HSL color Cylindrical-coordinate representation of color #07CA4E: hue angle of 141.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CA4E is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 78 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.21 |
| HSL | 141.85º | 0.93% | 0.41% | - |
| HSV(B) | 141.85º | 0.97% | 0.79% | - |
| XYZ | 22.58 | 42.84 | 14.29 | - |
| YUV | 129.56 | 98.9 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 78 | 0.97 | 0 | 0.61 | 0.21 | 141.85 | 0.93 | 0.41 |
| Hex | 7 | CA | 4E | 61 | 0 | 3D | 15 | 8E | 5D | 29 |
| Octal | 7 | 312 | 116 | 141 | 0 | 75 | 25 | 216 | 135 | 51 |
| Binary | 111 | 11001010 | 1001110 | 1100001 | 0 | 111101 | 10101 | 10001110 | 1011101 | 101001 |
Color Harmonies of #07CA4E
Complementary color
Monochromatic Colors of #07CA4E
Black with #07CA4E
Text Example
Text Example
White with #07CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA4E; }
p { color: rgb(7,202,78); }
H1.HeaderClassName
{
color: #07CA4E;
}
.AnyTagClassName
{
color: #07CA4E;
}
</style>
background-color css
<style>
a { background-color: #07CA4E; }
a { background-color: rgb(7,202,78); }
div.DivClassName
{
background-color: #07CA4E;
}
.BgClassName
{
background-color: #07CA4E;
}
</style>
border-color css
<style>
span { border-color: #07CA4E; }
span { border-color: rgb(7,202,78); }
td.TdClassName
{
border-color: #07CA4E;
}
.TagClassName
{
border-color: #07CA4E;
}
</style>