Shades of Malachite #07CA57
Tints of Malachite #07CA57
RGB
CMYK
RGB Variations
Color information
#07CA57 (or 0x07CA57) is known color: Malachite. HEX triplet: 07, CA and 57. RGB value is (7,202,87). Sum of RGB (Red+Green+Blue) = 7+202+87=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 202 (79.30% from 255 or 68.24% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CA57 is #F835A8. Grayscale: #828282. Windows color (decimal): -16266665 or 5753351. OLE color: 5753351.
HSL color Cylindrical-coordinate representation of color #07CA57: hue angle of 144.62º 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 #07CA57 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 87 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.21 |
| HSL | 144.62º | 0.93% | 0.41% | - |
| HSV(B) | 144.62º | 0.97% | 0.79% | - |
| XYZ | 22.93 | 42.97 | 16.1 | - |
| YUV | 130.59 | 103.4 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 87 | 0.97 | 0 | 0.57 | 0.21 | 144.62 | 0.93 | 0.41 |
| Hex | 7 | CA | 57 | 61 | 0 | 39 | 15 | 91 | 5D | 29 |
| Octal | 7 | 312 | 127 | 141 | 0 | 71 | 25 | 221 | 135 | 51 |
| Binary | 111 | 11001010 | 1010111 | 1100001 | 0 | 111001 | 10101 | 10010001 | 1011101 | 101001 |
Color Harmonies of #07CA57
Complementary color
Monochromatic Colors of #07CA57
Black with #07CA57
Text Example
Text Example
White with #07CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA57; }
p { color: rgb(7,202,87); }
H1.HeaderClassName
{
color: #07CA57;
}
.AnyTagClassName
{
color: #07CA57;
}
</style>
background-color css
<style>
a { background-color: #07CA57; }
a { background-color: rgb(7,202,87); }
div.DivClassName
{
background-color: #07CA57;
}
.BgClassName
{
background-color: #07CA57;
}
</style>
border-color css
<style>
span { border-color: #07CA57; }
span { border-color: rgb(7,202,87); }
td.TdClassName
{
border-color: #07CA57;
}
.TagClassName
{
border-color: #07CA57;
}
</style>