#7CC14D

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

Shades of Mantis #7CC14D

Tints of Mantis #7CC14D

Color information

#7CC14D (or 0x7CC14D) is unknown color: approx Mantis. HEX triplet: 7C, C1 and 4D. RGB value is (124,193,77). Sum of RGB (Red+Green+Blue) = 124+193+77=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC14D is #833EB2. Grayscale: #9F9F9F. Windows color (decimal): -8601267 or 5095804. OLE color: 5095804.

HSL color Cylindrical-coordinate representation of color #7CC14D: hue angle of 95.69º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CC14D is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB12419377-
CMYK0.3600.600.24
HSL95.69º48.33%52.94%-
HSV(B)95.69º60.1%75.69%-
XYZ28.7242.9613.8-
YUV159.1481.64102.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.47%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 77 (30.47% from 255) = 19.54%
R=31.47%
G=48.98%
B=19.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124193770.3600.600.2495.6948.3352.94
Hex7CC14D2403C18603035
Octal17430111544074301406065
Binary11111001100000110011011001000111100110001100000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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