#7CC340

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

Shades of Mantis #7CC340

Tints of Mantis #7CC340

Color information

#7CC340 (or 0x7CC340) is unknown color: approx Mantis. HEX triplet: 7C, C3 and 40. RGB value is (124,195,64). Sum of RGB (Red+Green+Blue) = 124+195+64=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC340 is #833CBF. Grayscale: #9F9F9F. Windows color (decimal): -8600768 or 4244348. OLE color: 4244348.

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

Color convert

RGB12419564-
CMYK0.3600.670.24
HSL92.52º52.19%50.78%-
HSV(B)92.52º67.18%76.47%-
XYZ28.7543.6911.77-
YUV158.8474.48103.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.38%
GREEN value IS 195 (76.56% from 255) = 50.91%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=32.38%
G=50.91%
B=16.71%

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
Decimal124195640.3600.670.2492.5252.1950.78
Hex7CC34024043185d3433
Octal174303100440103301356463
Binary111110011000011100000010010001000011110001011101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,195,64); }

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

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

 a { background-color: rgb(124,195,64); }

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

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

 span { border-color: rgb(124,195,64); }

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