#7FBE48

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

Shades of Mantis #7FBE48

Tints of Mantis #7FBE48

Color information

#7FBE48 (or 0x7FBE48) is unknown color: approx Mantis. HEX triplet: 7F, BE and 48. RGB value is (127,190,72). Sum of RGB (Red+Green+Blue) = 127+190+72=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBE48 is #8041B7. Grayscale: #9E9E9E. Windows color (decimal): -8405432 or 4767359. OLE color: 4767359.

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

Color convert

RGB12719072-
CMYK0.3300.620.25
HSL92.03º47.58%51.37%-
HSV(B)92.03º62.11%74.51%-
XYZ28.3441.8112.71-
YUV157.7179.63106.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.65%
GREEN value IS 190 (74.61% from 255) = 48.84%
BLUE value IS 72 (28.52% from 255) = 18.51%
R=32.65%
G=48.84%
B=18.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127190720.3300.620.2592.0347.5851.37
Hex7FBE482103E195c3033
Octal17727611041076311346063
Binary11111111011111010010001000010111110110011011100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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