Shades of Malachite #07CF4F
Tints of Malachite #07CF4F
RGB
CMYK
RGB Variations
Color information
#07CF4F (or 0x07CF4F) is known color: Malachite. HEX triplet: 07, CF and 4F. RGB value is (7,207,79). Sum of RGB (Red+Green+Blue) = 7+207+79=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 207 (81.25% from 255 or 70.65% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CF4F is #F830B0. Grayscale: #848484. Windows color (decimal): -16265393 or 5230343. OLE color: 5230343.
HSL color Cylindrical-coordinate representation of color #07CF4F: hue angle of 141.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CF4F is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 79 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.19 |
| HSL | 141.6º | 0.93% | 0.42% | - |
| HSV(B) | 141.6º | 0.97% | 0.81% | - |
| XYZ | 23.81 | 45.24 | 14.87 | - |
| YUV | 132.61 | 97.74 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 79 | 0.97 | 0 | 0.62 | 0.19 | 141.6 | 0.93 | 0.42 |
| Hex | 7 | CF | 4F | 61 | 0 | 3E | 13 | 8E | 5D | 2A |
| Octal | 7 | 317 | 117 | 141 | 0 | 76 | 23 | 216 | 135 | 52 |
| Binary | 111 | 11001111 | 1001111 | 1100001 | 0 | 111110 | 10011 | 10001110 | 1011101 | 101010 |
Color Harmonies of #07CF4F
Complementary color
Monochromatic Colors of #07CF4F
Black with #07CF4F
Text Example
Text Example
White with #07CF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CF4F; }
p { color: rgb(7,207,79); }
H1.HeaderClassName
{
color: #07CF4F;
}
.AnyTagClassName
{
color: #07CF4F;
}
</style>
background-color css
<style>
a { background-color: #07CF4F; }
a { background-color: rgb(7,207,79); }
div.DivClassName
{
background-color: #07CF4F;
}
.BgClassName
{
background-color: #07CF4F;
}
</style>
border-color css
<style>
span { border-color: #07CF4F; }
span { border-color: rgb(7,207,79); }
td.TdClassName
{
border-color: #07CF4F;
}
.TagClassName
{
border-color: #07CF4F;
}
</style>