Shades of Malachite #07CA55
Tints of Malachite #07CA55
RGB
CMYK
RGB Variations
Color information
#07CA55 (or 0x07CA55) is known color: Malachite. HEX triplet: 07, CA and 55. RGB value is (7,202,85). Sum of RGB (Red+Green+Blue) = 7+202+85=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 202 (79.30% from 255 or 68.71% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CA55 is #F835AA. Grayscale: #828282. Windows color (decimal): -16266667 or 5622279. OLE color: 5622279.
HSL color Cylindrical-coordinate representation of color #07CA55: hue angle of 144º 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 #07CA55 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 85 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.21 |
| HSL | 144º | 0.93% | 0.41% | - |
| HSV(B) | 144º | 0.97% | 0.79% | - |
| XYZ | 22.85 | 42.94 | 15.68 | - |
| YUV | 130.36 | 102.4 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 85 | 0.97 | 0 | 0.58 | 0.21 | 144 | 0.93 | 0.41 |
| Hex | 7 | CA | 55 | 61 | 0 | 3A | 15 | 90 | 5D | 29 |
| Octal | 7 | 312 | 125 | 141 | 0 | 72 | 25 | 220 | 135 | 51 |
| Binary | 111 | 11001010 | 1010101 | 1100001 | 0 | 111010 | 10101 | 10010000 | 1011101 | 101001 |
Color Harmonies of #07CA55
Complementary color
Monochromatic Colors of #07CA55
Black with #07CA55
Text Example
Text Example
White with #07CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA55; }
p { color: rgb(7,202,85); }
H1.HeaderClassName
{
color: #07CA55;
}
.AnyTagClassName
{
color: #07CA55;
}
</style>
background-color css
<style>
a { background-color: #07CA55; }
a { background-color: rgb(7,202,85); }
div.DivClassName
{
background-color: #07CA55;
}
.BgClassName
{
background-color: #07CA55;
}
</style>
border-color css
<style>
span { border-color: #07CA55; }
span { border-color: rgb(7,202,85); }
td.TdClassName
{
border-color: #07CA55;
}
.TagClassName
{
border-color: #07CA55;
}
</style>