#7FCA6A

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

Shades of Mantis #7FCA6A

Tints of Mantis #7FCA6A

Color information

#7FCA6A (or 0x7FCA6A) is unknown color: approx Mantis. HEX triplet: 7F, CA and 6A. RGB value is (127,202,106). Sum of RGB (Red+Green+Blue) = 127+202+106=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCA6A is #803595. Grayscale: #A8A8A8. Windows color (decimal): -8402326 or 6998655. OLE color: 6998655.

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

Color convert

RGB127202106-
CMYK0.3700.480.21
HSL106.88º47.52%60.39%-
HSV(B)106.88º47.52%79.22%-
XYZ32.4747.7921.15-
YUV168.6392.6598.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.20%
GREEN value IS 202 (79.30% from 255) = 46.44%
BLUE value IS 106 (41.80% from 255) = 24.37%
R=29.20%
G=46.44%
B=24.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1272021060.3700.480.21106.8847.5260.39
Hex7FCA6A25030156b303c
Octal17731215245060251536074
Binary11111111100101011010101001010110000101011101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,202,106); }

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

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

 a { background-color: rgb(127,202,106); }

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

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

 span { border-color: rgb(127,202,106); }

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