#7FC664

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

Shades of Mantis #7FC664

Tints of Mantis #7FC664

Color information

#7FC664 (or 0x7FC664) is unknown color: approx Mantis. HEX triplet: 7F, C6 and 64. RGB value is (127,198,100). Sum of RGB (Red+Green+Blue) = 127+198+100=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC664 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC664 is #80399B. Grayscale: #A5A5A5. Windows color (decimal): -8403356 or 6604415. OLE color: 6604415.

HSL color Cylindrical-coordinate representation of color #7FC664: hue angle of 103.47º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FC664 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB127198100-
CMYK0.3600.490.22
HSL103.47º46.23%58.43%-
HSV(B)103.47º49.49%77.65%-
XYZ31.2545.8219.25-
YUV165.690.98100.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.88%
GREEN value IS 198 (77.73% from 255) = 46.59%
BLUE value IS 100 (39.45% from 255) = 23.53%
R=29.88%
G=46.59%
B=23.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1271981000.3600.490.22103.4746.2358.43
Hex7FC6642403116672e3a
Octal17730614444061261475672
Binary11111111100011011001001001000110001101101100111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,198,100); }

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

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

 a { background-color: rgb(127,198,100); }

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

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

 span { border-color: rgb(127,198,100); }

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