#7CC161

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

Shades of Mantis #7CC161

Tints of Mantis #7CC161

Color information

#7CC161 (or 0x7CC161) is unknown color: approx Mantis. HEX triplet: 7C, C1 and 61. RGB value is (124,193,97). Sum of RGB (Red+Green+Blue) = 124+193+97=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC161 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC161 is #833E9E. Grayscale: #A1A1A1. Windows color (decimal): -8601247 or 6406524. OLE color: 6406524.

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

Color convert

RGB12419397-
CMYK0.3600.500.24
HSL103.12º43.64%56.86%-
HSV(B)103.12º49.74%75.69%-
XYZ29.5443.2918.11-
YUV161.4291.64101.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.95%
GREEN value IS 193 (75.78% from 255) = 46.62%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=29.95%
G=46.62%
B=23.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124193970.3600.500.24103.1243.6456.86
Hex7CC1612403218672c39
Octal17430114144062301475471
Binary11111001100000111000011001000110010110001100111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,193,97); }

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

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

 a { background-color: rgb(124,193,97); }

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

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

 span { border-color: rgb(124,193,97); }

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