#7FB65C

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

Shades of Mantis #7FB65C

Tints of Mantis #7FB65C

Color information

#7FB65C (or 0x7FB65C) is unknown color: approx Mantis. HEX triplet: 7F, B6 and 5C. RGB value is (127,182,92). Sum of RGB (Red+Green+Blue) = 127+182+92=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB65C is #8049A3. Grayscale: #9B9B9B. Windows color (decimal): -8407460 or 6076031. OLE color: 6076031.

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

Color convert

RGB12718292-
CMYK0.3000.490.29
HSL96.67º38.14%53.73%-
HSV(B)96.67º49.45%71.37%-
XYZ27.4138.7416.16-
YUV155.2992.28107.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.67%
GREEN value IS 182 (71.48% from 255) = 45.39%
BLUE value IS 92 (36.33% from 255) = 22.94%
R=31.67%
G=45.39%
B=22.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127182920.3000.490.2996.6738.1453.73
Hex7FB65C1E0311D612636
Octal17726613436061351414666
Binary1111111101101101011100111100110001111011100001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,182,92); }

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

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

 a { background-color: rgb(127,182,92); }

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

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

 span { border-color: rgb(127,182,92); }

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