#77E740

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

Shades of Mantis #77E740

Tints of Mantis #77E740

Color information

#77E740 (or 0x77E740) is unknown color: approx Mantis. HEX triplet: 77, E7 and 40. RGB value is (119,231,64). Sum of RGB (Red+Green+Blue) = 119+231+64=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 231 (90.62% from 255 or 55.80% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 231 - color contains mainly: green. Hex color #77E740 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77E740 is #8818BF. Grayscale: #B3B3B3. Windows color (decimal): -8919232 or 4253559. OLE color: 4253559.

HSL color Cylindrical-coordinate representation of color #77E740: hue angle of 100.24º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77E740 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB11923164-
CMYK0.4800.720.09
HSL100.24º77.67%57.84%-
HSV(B)100.24º72.29%90.59%-
XYZ37.1161.4414.75-
YUV178.4763.3985.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.74%
GREEN value IS 231 (90.62% from 255) = 55.80%
BLUE value IS 64 (25.39% from 255) = 15.46%
R=28.74%
G=55.80%
B=15.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal119231640.4800.720.09100.2477.6757.84
Hex77E740300489644e3a
Octal1673471006001101114411672
Binary111011111100111100000011000001001000100111001001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,231,64); }

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

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

 a { background-color: rgb(119,231,64); }

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

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

 span { border-color: rgb(119,231,64); }

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