#7FCB40

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

Shades of Mantis #7FCB40

Tints of Mantis #7FCB40

Color information

#7FCB40 (or 0x7FCB40) is unknown color: approx Mantis. HEX triplet: 7F, CB and 40. RGB value is (127,203,64). Sum of RGB (Red+Green+Blue) = 127+203+64=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCB40 is #8034BF. Grayscale: #A4A4A4. Windows color (decimal): -8402112 or 4246399. OLE color: 4246399.

HSL color Cylindrical-coordinate representation of color #7FCB40: hue angle of 92.81º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FCB40 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB12720364-
CMYK0.3700.680.20
HSL92.81º57.2%52.35%-
HSV(B)92.81º68.47%79.61%-
XYZ31.0347.5912.4-
YUV164.4371.32101.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.23%
GREEN value IS 203 (79.69% from 255) = 51.52%
BLUE value IS 64 (25.39% from 255) = 16.24%
R=32.23%
G=51.52%
B=16.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal127203640.3700.680.2092.8157.252.35
Hex7FCB4025044145d3934
Octal177313100450104241357164
Binary111111111001011100000010010101000100101001011101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,203,64); }

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

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

 a { background-color: rgb(127,203,64); }

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

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

 span { border-color: rgb(127,203,64); }

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