#7FB45B

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

Shades of Mantis #7FB45B

Tints of Mantis #7FB45B

Color information

#7FB45B (or 0x7FB45B) is unknown color: approx Mantis. HEX triplet: 7F, B4 and 5B. RGB value is (127,180,91). Sum of RGB (Red+Green+Blue) = 127+180+91=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB45B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB45B is #804BA4. Grayscale: #9A9A9A. Windows color (decimal): -8407973 or 6009983. OLE color: 6009983.

HSL color Cylindrical-coordinate representation of color #7FB45B: hue angle of 95.73º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FB45B is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB12718091-
CMYK0.2900.490.29
HSL95.73º37.24%53.14%-
HSV(B)95.73º49.44%70.59%-
XYZ26.9637.9115.79-
YUV154.0192.44108.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.91%
GREEN value IS 180 (70.70% from 255) = 45.23%
BLUE value IS 91 (35.94% from 255) = 22.86%
R=31.91%
G=45.23%
B=22.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127180910.2900.490.2995.7337.2453.14
Hex7FB45B1D0311D602535
Octal17726413335061351404565
Binary1111111101101001011011111010110001111011100000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,180,91); }

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

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

 a { background-color: rgb(127,180,91); }

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

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

 span { border-color: rgb(127,180,91); }

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