#7FC94E

Color #7FC94E Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #7FC94E

Tints of Mantis #7FC94E

Color information

#7FC94E (or 0x7FC94E) is unknown color: approx Mantis. HEX triplet: 7F, C9 and 4E. RGB value is (127,201,78). Sum of RGB (Red+Green+Blue) = 127+201+78=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC94E is #8036B1. Grayscale: #A5A5A5. Windows color (decimal): -8402610 or 5163391. OLE color: 5163391.

HSL color Cylindrical-coordinate representation of color #7FC94E: hue angle of 96.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FC94E is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB12720178-
CMYK0.3700.610.21
HSL96.1º53.25%54.71%-
HSV(B)96.1º61.19%78.82%-
XYZ31.0146.8414.61-
YUV164.8578.98101-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 31.28%
GREEN value IS 201 (78.91% from 255) = 49.51%
BLUE value IS 78 (30.86% from 255) = 19.21%
R=31.28%
G=49.51%
B=19.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal127201780.3700.610.2196.153.2554.71
Hex7FC94E2503D15603537
Octal17731111645075251406567
Binary11111111100100110011101001010111101101011100000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FC94E; }

 p { color: rgb(127,201,78); }

 H1.HeaderClassName
 {
   color: #7FC94E;
 }
 .AnyTagClassName
 {
   color: #7FC94E;
 }
</style>
background-color css

<style>
 a { background-color: #7FC94E; }

 a { background-color: rgb(127,201,78); }

 div.DivClassName
 {
   background-color: #7FC94E;
 }
 .BgClassName
 {
   background-color: #7FC94E;
 }
</style>
border-color css

<style>
 span { border-color: #7FC94E; }

 span { border-color: rgb(127,201,78); }

 td.TdClassName
 {
   border-color: #7FC94E;
 }
 .TagClassName
 {
   border-color: #7FC94E;
 }
</style>