#7CC164

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

Shades of Mantis #7CC164

Tints of Mantis #7CC164

Color information

#7CC164 (or 0x7CC164) is unknown color: approx Mantis. HEX triplet: 7C, C1 and 64. RGB value is (124,193,100). Sum of RGB (Red+Green+Blue) = 124+193+100=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC164 is #833E9B. Grayscale: #A2A2A2. Windows color (decimal): -8601244 or 6603132. OLE color: 6603132.

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

Color convert

RGB124193100-
CMYK0.3600.480.24
HSL104.52º42.86%57.45%-
HSV(B)104.52º48.19%75.69%-
XYZ29.6843.3518.86-
YUV161.7793.14101.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.74%
GREEN value IS 193 (75.78% from 255) = 46.28%
BLUE value IS 100 (39.45% from 255) = 23.98%
R=29.74%
G=46.28%
B=23.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241931000.3600.480.24104.5242.8657.45
Hex7CC1642403018692b39
Octal17430114444060301515371
Binary11111001100000111001001001000110000110001101001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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