#7FBE41

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

Shades of Mantis #7FBE41

Tints of Mantis #7FBE41

Color information

#7FBE41 (or 0x7FBE41) is unknown color: approx Mantis. HEX triplet: 7F, BE and 41. RGB value is (127,190,65). Sum of RGB (Red+Green+Blue) = 127+190+65=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBE41 is #8041BE. Grayscale: #9D9D9D. Windows color (decimal): -8405439 or 4308607. OLE color: 4308607.

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

Color convert

RGB12719065-
CMYK0.3300.660.25
HSL90.24º49.02%50%-
HSV(B)90.24º65.79%74.51%-
XYZ28.1241.7211.57-
YUV156.9176.13106.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.25%
GREEN value IS 190 (74.61% from 255) = 49.74%
BLUE value IS 65 (25.78% from 255) = 17.02%
R=33.25%
G=49.74%
B=17.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127190650.3300.660.2590.2449.0250
Hex7FBE4121042195a3132
Octal177276101410102311326162
Binary111111110111110100000110000101000010110011011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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