#7FCA46

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

Shades of Mantis #7FCA46

Tints of Mantis #7FCA46

Color information

#7FCA46 (or 0x7FCA46) is unknown color: approx Mantis. HEX triplet: 7F, CA and 46. RGB value is (127,202,70). Sum of RGB (Red+Green+Blue) = 127+202+70=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCA46 is #8035B9. Grayscale: #A4A4A4. Windows color (decimal): -8402362 or 4639359. OLE color: 4639359.

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

Color convert

RGB12720270-
CMYK0.3700.650.21
HSL94.09º55.46%53.33%-
HSV(B)94.09º65.35%79.22%-
XYZ30.9847.213.27-
YUV164.5374.65101.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 70 (27.73% from 255) = 17.54%
R=31.83%
G=50.63%
B=17.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal127202700.3700.650.2194.0955.4653.33
Hex7FCA4625041155e3735
Octal177312106450101251366765
Binary111111111001010100011010010101000001101011011110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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