#77C34A

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

Shades of Mantis #77C34A

Tints of Mantis #77C34A

Color information

#77C34A (or 0x77C34A) is unknown color: approx Mantis. HEX triplet: 77, C3 and 4A. RGB value is (119,195,74). Sum of RGB (Red+Green+Blue) = 119+195+74=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #77C34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C34A is #883CB5. Grayscale: #9E9E9E. Windows color (decimal): -8928438 or 4899703. OLE color: 4899703.

HSL color Cylindrical-coordinate representation of color #77C34A: hue angle of 97.69º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77C34A is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB11919574-
CMYK0.3900.620.24
HSL97.69º50.21%52.75%-
HSV(B)97.69º62.05%76.47%-
XYZ28.3643.4513.37-
YUV158.4880.3299.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.67%
GREEN value IS 195 (76.56% from 255) = 50.26%
BLUE value IS 74 (29.30% from 255) = 19.07%
R=30.67%
G=50.26%
B=19.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119195740.3900.620.2497.6950.2152.75
Hex77C34A2703E18623235
Octal16730311247076301426265
Binary11101111100001110010101001110111110110001100010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,195,74); }

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

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

 a { background-color: rgb(119,195,74); }

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

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

 span { border-color: rgb(119,195,74); }

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