#7FCA44

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

Shades of Mantis #7FCA44

Tints of Mantis #7FCA44

Color information

#7FCA44 (or 0x7FCA44) is unknown color: approx Mantis. HEX triplet: 7F, CA and 44. RGB value is (127,202,68). Sum of RGB (Red+Green+Blue) = 127+202+68=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCA44 is #8035BB. Grayscale: #A4A4A4. Windows color (decimal): -8402364 or 4508287. OLE color: 4508287.

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

Color convert

RGB12720268-
CMYK0.3700.660.21
HSL93.58º55.83%52.94%-
HSV(B)93.58º66.34%79.22%-
XYZ30.9247.1712.94-
YUV164.373.65101.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.99%
GREEN value IS 202 (79.30% from 255) = 50.88%
BLUE value IS 68 (26.95% from 255) = 17.13%
R=31.99%
G=50.88%
B=17.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal127202680.3700.660.2193.5855.8352.94
Hex7FCA4425042155e3835
Octal177312104450102251367065
Binary111111111001010100010010010101000010101011011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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