Shades of Malachite #07CA5C
Tints of Malachite #07CA5C
RGB
CMYK
RGB Variations
Color information
#07CA5C (or 0x07CA5C) is known color: Malachite. HEX triplet: 07, CA and 5C. RGB value is (7,202,92). Sum of RGB (Red+Green+Blue) = 7+202+92=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 202 (79.30% from 255 or 67.11% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CA5C is #F835A3. Grayscale: #838383. Windows color (decimal): -16266660 or 6081031. OLE color: 6081031.
HSL color Cylindrical-coordinate representation of color #07CA5C: hue angle of 146.15º 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 #07CA5C is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 92 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.21 |
| HSL | 146.15º | 0.93% | 0.41% | - |
| HSV(B) | 146.15º | 0.97% | 0.79% | - |
| XYZ | 23.14 | 43.06 | 17.22 | - |
| YUV | 131.16 | 105.9 | 39.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 92 | 0.97 | 0 | 0.54 | 0.21 | 146.15 | 0.93 | 0.41 |
| Hex | 7 | CA | 5C | 61 | 0 | 36 | 15 | 92 | 5D | 29 |
| Octal | 7 | 312 | 134 | 141 | 0 | 66 | 25 | 222 | 135 | 51 |
| Binary | 111 | 11001010 | 1011100 | 1100001 | 0 | 110110 | 10101 | 10010010 | 1011101 | 101001 |
Color Harmonies of #07CA5C
Complementary color
Monochromatic Colors of #07CA5C
Black with #07CA5C
Text Example
Text Example
White with #07CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA5C; }
p { color: rgb(7,202,92); }
H1.HeaderClassName
{
color: #07CA5C;
}
.AnyTagClassName
{
color: #07CA5C;
}
</style>
background-color css
<style>
a { background-color: #07CA5C; }
a { background-color: rgb(7,202,92); }
div.DivClassName
{
background-color: #07CA5C;
}
.BgClassName
{
background-color: #07CA5C;
}
</style>
border-color css
<style>
span { border-color: #07CA5C; }
span { border-color: rgb(7,202,92); }
td.TdClassName
{
border-color: #07CA5C;
}
.TagClassName
{
border-color: #07CA5C;
}
</style>