#77C464

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

Shades of Mantis #77C464

Tints of Mantis #77C464

Color information

#77C464 (or 0x77C464) is unknown color: approx Mantis. HEX triplet: 77, C4 and 64. RGB value is (119,196,100). Sum of RGB (Red+Green+Blue) = 119+196+100=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #77C464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C464 is #883B9B. Grayscale: #A2A2A2. Windows color (decimal): -8928156 or 6603895. OLE color: 6603895.

HSL color Cylindrical-coordinate representation of color #77C464: hue angle of 108.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77C464 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB119196100-
CMYK0.3900.490.23
HSL108.12º44.86%58.04%-
HSV(B)108.12º48.98%76.86%-
XYZ29.6544.3219.05-
YUV162.0392.9997.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.67%
GREEN value IS 196 (76.95% from 255) = 47.23%
BLUE value IS 100 (39.45% from 255) = 24.10%
R=28.67%
G=47.23%
B=24.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191961000.3900.490.23108.1244.8658.04
Hex77C46427031176c2d3a
Octal16730414447061271545572
Binary11101111100010011001001001110110001101111101100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77C464; }

 p { color: rgb(119,196,100); }

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

<style>
 a { background-color: #77C464; }

 a { background-color: rgb(119,196,100); }

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

<style>
 span { border-color: #77C464; }

 span { border-color: rgb(119,196,100); }

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