Shades of Malachite #07CA51
Tints of Malachite #07CA51
RGB
CMYK
RGB Variations
Color information
#07CA51 (or 0x07CA51) is known color: Malachite. HEX triplet: 07, CA and 51. RGB value is (7,202,81). Sum of RGB (Red+Green+Blue) = 7+202+81=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 202 (79.30% from 255 or 69.66% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CA51 is #F835AE. Grayscale: #828282. Windows color (decimal): -16266671 or 5360135. OLE color: 5360135.
HSL color Cylindrical-coordinate representation of color #07CA51: hue angle of 142.77º 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 #07CA51 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 81 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.21 |
| HSL | 142.77º | 0.93% | 0.41% | - |
| HSV(B) | 142.77º | 0.97% | 0.79% | - |
| XYZ | 22.69 | 42.88 | 14.87 | - |
| YUV | 129.9 | 100.4 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 81 | 0.97 | 0 | 0.60 | 0.21 | 142.77 | 0.93 | 0.41 |
| Hex | 7 | CA | 51 | 61 | 0 | 3C | 15 | 8F | 5D | 29 |
| Octal | 7 | 312 | 121 | 141 | 0 | 74 | 25 | 217 | 135 | 51 |
| Binary | 111 | 11001010 | 1010001 | 1100001 | 0 | 111100 | 10101 | 10001111 | 1011101 | 101001 |
Color Harmonies of #07CA51
Complementary color
Monochromatic Colors of #07CA51
Black with #07CA51
Text Example
Text Example
White with #07CA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA51; }
p { color: rgb(7,202,81); }
H1.HeaderClassName
{
color: #07CA51;
}
.AnyTagClassName
{
color: #07CA51;
}
</style>
background-color css
<style>
a { background-color: #07CA51; }
a { background-color: rgb(7,202,81); }
div.DivClassName
{
background-color: #07CA51;
}
.BgClassName
{
background-color: #07CA51;
}
</style>
border-color css
<style>
span { border-color: #07CA51; }
span { border-color: rgb(7,202,81); }
td.TdClassName
{
border-color: #07CA51;
}
.TagClassName
{
border-color: #07CA51;
}
</style>