#7FC34E

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

Shades of Mantis #7FC34E

Tints of Mantis #7FC34E

Color information

#7FC34E (or 0x7FC34E) is unknown color: approx Mantis. HEX triplet: 7F, C3 and 4E. RGB value is (127,195,78). Sum of RGB (Red+Green+Blue) = 127+195+78=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC34E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC34E is #803CB1. Grayscale: #A1A1A1. Windows color (decimal): -8404146 or 5161855. OLE color: 5161855.

HSL color Cylindrical-coordinate representation of color #7FC34E: hue angle of 94.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7FC34E is Cyan = 0.35, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB12719578-
CMYK0.3500.60.24
HSL94.87º49.37%53.53%-
HSV(B)94.87º60%76.47%-
XYZ29.6444.0914.16-
YUV161.3380.97103.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.75%
GREEN value IS 195 (76.56% from 255) = 48.75%
BLUE value IS 78 (30.86% from 255) = 19.5%
R=31.75%
G=48.75%
B=19.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127195780.3500.60.2494.8749.3753.53
Hex7FC34E2303C185f3136
Octal17730311643074301376166
Binary11111111100001110011101000110111100110001011111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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