#7FB94D

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

Shades of Mantis #7FB94D

Tints of Mantis #7FB94D

Color information

#7FB94D (or 0x7FB94D) is unknown color: approx Mantis. HEX triplet: 7F, B9 and 4D. RGB value is (127,185,77). Sum of RGB (Red+Green+Blue) = 127+185+77=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB94D is #8046B2. Grayscale: #9B9B9B. Windows color (decimal): -8406707 or 5093759. OLE color: 5093759.

HSL color Cylindrical-coordinate representation of color #7FB94D: hue angle of 92.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FB94D is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB12718577-
CMYK0.3100.580.27
HSL92.22º43.55%51.37%-
HSV(B)92.22º58.38%72.55%-
XYZ27.4439.7513.25-
YUV155.3583.78107.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.65%
GREEN value IS 185 (72.66% from 255) = 47.56%
BLUE value IS 77 (30.47% from 255) = 19.79%
R=32.65%
G=47.56%
B=19.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127185770.3100.580.2792.2243.5551.37
Hex7FB94D1F03A1B5c2c33
Octal17727111537072331345463
Binary1111111101110011001101111110111010110111011100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,185,77); }

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

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

 a { background-color: rgb(127,185,77); }

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

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

 span { border-color: rgb(127,185,77); }

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