#7FBE3F

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

Shades of Mantis #7FBE3F

Tints of Mantis #7FBE3F

Color information

#7FBE3F (or 0x7FBE3F) is unknown color: approx Mantis. HEX triplet: 7F, BE and 3F. RGB value is (127,190,63). Sum of RGB (Red+Green+Blue) = 127+190+63=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBE3F is #8041C0. Grayscale: #9D9D9D. Windows color (decimal): -8405441 or 4177535. OLE color: 4177535.

HSL color Cylindrical-coordinate representation of color #7FBE3F: hue angle of 89.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FBE3F is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB12719063-
CMYK0.3300.670.25
HSL89.76º50.2%49.61%-
HSV(B)89.76º66.84%74.51%-
XYZ28.0641.711.27-
YUV156.6875.13106.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.42%
GREEN value IS 190 (74.61% from 255) = 50%
BLUE value IS 63 (25% from 255) = 16.58%
R=33.42%
G=50%
B=16.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127190630.3300.670.2589.7650.249.61
Hex7FBE3F21043195a3232
Octal17727677410103311326262
Binary11111111011111011111110000101000011110011011010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,190,63); }

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

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

 a { background-color: rgb(127,190,63); }

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

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

 span { border-color: rgb(127,190,63); }

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