#7BC145

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

Shades of Mantis #7BC145

Tints of Mantis #7BC145

Color information

#7BC145 (or 0x7BC145) is unknown color: approx Mantis. HEX triplet: 7B, C1 and 45. RGB value is (123,193,69). Sum of RGB (Red+Green+Blue) = 123+193+69=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC145 is #843EBA. Grayscale: #9E9E9E. Windows color (decimal): -8666811 or 4571515. OLE color: 4571515.

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

Color convert

RGB12319369-
CMYK0.3600.640.24
HSL93.87º50%51.37%-
HSV(B)93.87º64.25%75.69%-
XYZ28.3142.7812.4-
YUV157.9377.81103.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.95%
GREEN value IS 193 (75.78% from 255) = 50.13%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=31.95%
G=50.13%
B=17.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal123193690.3600.640.2493.875051.37
Hex7BC14524040185e3233
Octal173301105440100301366263
Binary111101111000001100010110010001000000110001011110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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