Shades of Malachite #07F955
Tints of Malachite #07F955
RGB
CMYK
RGB Variations
Color information
#07F955 (or 0x07F955) is known color: Malachite. HEX triplet: 07, F9 and 55. RGB value is (7,249,85). Sum of RGB (Red+Green+Blue) = 7+249+85=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 249 (97.66% from 255 or 73.02% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 249 - color contains mainly: green. Hex color #07F955 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07F955 is #F806AA. Grayscale: #9E9E9E. Windows color (decimal): -16254635 or 5634311. OLE color: 5634311.
HSL color Cylindrical-coordinate representation of color #07F955: hue angle of 139.34º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F955 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 249 | 85 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.02 |
| HSL | 139.34º | 0.95% | 0.5% | - |
| HSV(B) | 139.34º | 0.97% | 0.98% | - |
| XYZ | 35.6 | 68.45 | 19.93 | - |
| YUV | 157.95 | 86.83 | 20.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 249 | 85 | 0.97 | 0 | 0.66 | 0.02 | 139.34 | 0.95 | 0.5 |
| Hex | 7 | F9 | 55 | 61 | 0 | 42 | 2 | 8B | 5F | 32 |
| Octal | 7 | 371 | 125 | 141 | 0 | 102 | 2 | 213 | 137 | 62 |
| Binary | 111 | 11111001 | 1010101 | 1100001 | 0 | 1000010 | 10 | 10001011 | 1011111 | 110010 |
Color Harmonies of #07F955
Complementary color
Monochromatic Colors of #07F955
Black with #07F955
Text Example
Text Example
White with #07F955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F955; }
p { color: rgb(7,249,85); }
H1.HeaderClassName
{
color: #07F955;
}
.AnyTagClassName
{
color: #07F955;
}
</style>
background-color css
<style>
a { background-color: #07F955; }
a { background-color: rgb(7,249,85); }
div.DivClassName
{
background-color: #07F955;
}
.BgClassName
{
background-color: #07F955;
}
</style>
border-color css
<style>
span { border-color: #07F955; }
span { border-color: rgb(7,249,85); }
td.TdClassName
{
border-color: #07F955;
}
.TagClassName
{
border-color: #07F955;
}
</style>