Shades of Malachite #07FE3C
Tints of Malachite #07FE3C
RGB
CMYK
RGB Variations
Color information
#07FE3C (or 0x07FE3C) is known color: Malachite. HEX triplet: 07, FE and 3C. RGB value is (7,254,60). Sum of RGB (Red+Green+Blue) = 7+254+60=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 254 (99.61% from 255 or 79.13% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 254 - color contains mainly: green. Hex color #07FE3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FE3C is #F801C3. Grayscale: #9E9E9E. Windows color (decimal): -16253380 or 3997191. OLE color: 3997191.
HSL color Cylindrical-coordinate representation of color #07FE3C: hue angle of 132.87º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FE3C is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 254 | 60 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.00 |
| HSL | 132.87º | 0.99% | 0.51% | - |
| HSV(B) | 132.87º | 0.97% | 1% | - |
| XYZ | 36.35 | 71.26 | 16.11 | - |
| YUV | 158.03 | 72.67 | 20.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 254 | 60 | 0.97 | 0 | 0.76 | 0.00 | 132.87 | 0.99 | 0.51 |
| Hex | 7 | FE | 3C | 61 | 0 | 4C | 0 | 85 | 63 | 33 |
| Octal | 7 | 376 | 74 | 141 | 0 | 114 | 0 | 205 | 143 | 63 |
| Binary | 111 | 11111110 | 111100 | 1100001 | 0 | 1001100 | 0 | 10000101 | 1100011 | 110011 |
Color Harmonies of #07FE3C
Complementary color
Monochromatic Colors of #07FE3C
Black with #07FE3C
Text Example
Text Example
White with #07FE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FE3C; }
p { color: rgb(7,254,60); }
H1.HeaderClassName
{
color: #07FE3C;
}
.AnyTagClassName
{
color: #07FE3C;
}
</style>
background-color css
<style>
a { background-color: #07FE3C; }
a { background-color: rgb(7,254,60); }
div.DivClassName
{
background-color: #07FE3C;
}
.BgClassName
{
background-color: #07FE3C;
}
</style>
border-color css
<style>
span { border-color: #07FE3C; }
span { border-color: rgb(7,254,60); }
td.TdClassName
{
border-color: #07FE3C;
}
.TagClassName
{
border-color: #07FE3C;
}
</style>