Shades of Mantis #7FC064
Tints of Mantis #7FC064
RGB
CMYK
RGB Variations
Color information
#7FC064 (or 0x7FC064) is known color: Mantis. HEX triplet: 7F, C0 and 64. RGB value is (127,192,100). Sum of RGB (Red+Green+Blue) = 127+192+100=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC064 is #803F9B. Grayscale: #A2A2A2. Windows color (decimal): -8404892 or 6602879. OLE color: 6602879.
HSL color Cylindrical-coordinate representation of color #7FC064: hue angle of 102.39º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FC064 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 100 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.25 |
| HSL | 102.39º | 0.42% | 0.57% | - |
| HSV(B) | 102.39º | 0.48% | 0.75% | - |
| XYZ | 29.9 | 43.13 | 18.81 | - |
| YUV | 162.08 | 92.97 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 100 | 0.34 | 0 | 0.48 | 0.25 | 102.39 | 0.42 | 0.57 |
| Hex | 7F | C0 | 64 | 22 | 0 | 30 | 19 | 66 | 2A | 39 |
| Octal | 177 | 300 | 144 | 42 | 0 | 60 | 31 | 146 | 52 | 71 |
| Binary | 1111111 | 11000000 | 1100100 | 100010 | 0 | 110000 | 11001 | 1100110 | 101010 | 111001 |
Color Harmonies of #7FC064
Complementary color
Monochromatic Colors of #7FC064
Black with #7FC064
Text Example
Text Example
White with #7FC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC064; }
p { color: rgb(127,192,100); }
H1.HeaderClassName
{
color: #7FC064;
}
.AnyTagClassName
{
color: #7FC064;
}
</style>
background-color css
<style>
a { background-color: #7FC064; }
a { background-color: rgb(127,192,100); }
div.DivClassName
{
background-color: #7FC064;
}
.BgClassName
{
background-color: #7FC064;
}
</style>
border-color css
<style>
span { border-color: #7FC064; }
span { border-color: rgb(127,192,100); }
td.TdClassName
{
border-color: #7FC064;
}
.TagClassName
{
border-color: #7FC064;
}
</style>