#7CC071

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

Shades of Mantis #7CC071

Tints of Mantis #7CC071

Color information

#7CC071 (or 0x7CC071) is unknown color: approx Mantis. HEX triplet: 7C, C0 and 71. RGB value is (124,192,113). Sum of RGB (Red+Green+Blue) = 124+192+113=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC071 is #833F8E. Grayscale: #A2A2A2. Windows color (decimal): -8601487 or 7454844. OLE color: 7454844.

HSL color Cylindrical-coordinate representation of color #7CC071: hue angle of 111.65º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CC071 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB124192113-
CMYK0.3500.410.25
HSL111.65º38.54%59.8%-
HSV(B)111.65º41.15%75.29%-
XYZ30.1443.1822.37-
YUV162.6699.97100.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.90%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=28.90%
G=44.76%
B=26.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241921130.3500.410.25111.6538.5459.8
Hex7CC071230291970273c
Octal17430016143051311604774
Binary11111001100000011100011000110101001110011110000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,192,113); }

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

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

 a { background-color: rgb(124,192,113); }

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

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

 span { border-color: rgb(124,192,113); }

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