Shades of Mantis #7FC346
Tints of Mantis #7FC346
RGB
CMYK
RGB Variations
Color information
#7FC346 (or 0x7FC346) is known color: Mantis. HEX triplet: 7F, C3 and 46. RGB value is (127,195,70). Sum of RGB (Red+Green+Blue) = 127+195+70=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC346 is #803CB9. Grayscale: #A0A0A0. Windows color (decimal): -8404154 or 4637567. OLE color: 4637567.
HSL color Cylindrical-coordinate representation of color #7FC346: hue angle of 92.64º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FC346 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 70 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.24 |
| HSL | 92.64º | 0.51% | 0.52% | - |
| HSV(B) | 92.64º | 0.64% | 0.76% | - |
| XYZ | 29.37 | 43.98 | 12.74 | - |
| YUV | 160.42 | 76.97 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 70 | 0.35 | 0 | 0.64 | 0.24 | 92.64 | 0.51 | 0.52 |
| Hex | 7F | C3 | 46 | 23 | 0 | 40 | 18 | 5D | 33 | 34 |
| Octal | 177 | 303 | 106 | 43 | 0 | 100 | 30 | 135 | 63 | 64 |
| Binary | 1111111 | 11000011 | 1000110 | 100011 | 0 | 1000000 | 11000 | 1011101 | 110011 | 110100 |
Color Harmonies of #7FC346
Complementary color
Monochromatic Colors of #7FC346
Black with #7FC346
Text Example
Text Example
White with #7FC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC346; }
p { color: rgb(127,195,70); }
H1.HeaderClassName
{
color: #7FC346;
}
.AnyTagClassName
{
color: #7FC346;
}
</style>
background-color css
<style>
a { background-color: #7FC346; }
a { background-color: rgb(127,195,70); }
div.DivClassName
{
background-color: #7FC346;
}
.BgClassName
{
background-color: #7FC346;
}
</style>
border-color css
<style>
span { border-color: #7FC346; }
span { border-color: rgb(127,195,70); }
td.TdClassName
{
border-color: #7FC346;
}
.TagClassName
{
border-color: #7FC346;
}
</style>