#7BC140

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

Shades of Mantis #7BC140

Tints of Mantis #7BC140

Color information

#7BC140 (or 0x7BC140) is unknown color: approx Mantis. HEX triplet: 7B, C1 and 40. RGB value is (123,193,64). Sum of RGB (Red+Green+Blue) = 123+193+64=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC140 is #843EBF. Grayscale: #9D9D9D. Windows color (decimal): -8666816 or 4243835. OLE color: 4243835.

HSL color Cylindrical-coordinate representation of color #7BC140: hue angle of 92.56º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7BC140 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB12319364-
CMYK0.3600.670.24
HSL92.56º50.99%50.39%-
HSV(B)92.56º66.84%75.69%-
XYZ28.1642.7211.61-
YUV157.3675.31103.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.37%
GREEN value IS 193 (75.78% from 255) = 50.79%
BLUE value IS 64 (25.39% from 255) = 16.84%
R=32.37%
G=50.79%
B=16.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal123193640.3600.670.2492.5650.9950.39
Hex7BC14024043185d3332
Octal173301100440103301356362
Binary111101111000001100000010010001000011110001011101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,193,64); }

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

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

 a { background-color: rgb(123,193,64); }

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

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

 span { border-color: rgb(123,193,64); }

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