Shades of Malachite #07CA4C
Tints of Malachite #07CA4C
RGB
CMYK
RGB Variations
Color information
#07CA4C (or 0x07CA4C) is known color: Malachite. HEX triplet: 07, CA and 4C. RGB value is (7,202,76). Sum of RGB (Red+Green+Blue) = 7+202+76=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CA4C is #F835B3. Grayscale: #818181. Windows color (decimal): -16266676 or 5032455. OLE color: 5032455.
HSL color Cylindrical-coordinate representation of color #07CA4C: hue angle of 141.23º 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 #07CA4C is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 76 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.21 |
| HSL | 141.23º | 0.93% | 0.41% | - |
| HSV(B) | 141.23º | 0.97% | 0.79% | - |
| XYZ | 22.51 | 42.81 | 13.91 | - |
| YUV | 129.33 | 97.9 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 76 | 0.97 | 0 | 0.62 | 0.21 | 141.23 | 0.93 | 0.41 |
| Hex | 7 | CA | 4C | 61 | 0 | 3E | 15 | 8D | 5D | 29 |
| Octal | 7 | 312 | 114 | 141 | 0 | 76 | 25 | 215 | 135 | 51 |
| Binary | 111 | 11001010 | 1001100 | 1100001 | 0 | 111110 | 10101 | 10001101 | 1011101 | 101001 |
Color Harmonies of #07CA4C
Complementary color
Monochromatic Colors of #07CA4C
Black with #07CA4C
Text Example
Text Example
White with #07CA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA4C; }
p { color: rgb(7,202,76); }
H1.HeaderClassName
{
color: #07CA4C;
}
.AnyTagClassName
{
color: #07CA4C;
}
</style>
background-color css
<style>
a { background-color: #07CA4C; }
a { background-color: rgb(7,202,76); }
div.DivClassName
{
background-color: #07CA4C;
}
.BgClassName
{
background-color: #07CA4C;
}
</style>
border-color css
<style>
span { border-color: #07CA4C; }
span { border-color: rgb(7,202,76); }
td.TdClassName
{
border-color: #07CA4C;
}
.TagClassName
{
border-color: #07CA4C;
}
</style>