#76C34E

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

Shades of Mantis #76C34E

Tints of Mantis #76C34E

Color information

#76C34E (or 0x76C34E) is unknown color: approx Mantis. HEX triplet: 76, C3 and 4E. RGB value is (118,195,78). Sum of RGB (Red+Green+Blue) = 118+195+78=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #76C34E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C34E is #893CB1. Grayscale: #9F9F9F. Windows color (decimal): -8993970 or 5161846. OLE color: 5161846.

HSL color Cylindrical-coordinate representation of color #76C34E: hue angle of 99.49º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76C34E is Cyan = 0.39, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB11819578-
CMYK0.3900.60.24
HSL99.49º49.37%53.53%-
HSV(B)99.49º60%76.47%-
XYZ28.3643.4314.1-
YUV158.6482.4999.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 195 (76.56% from 255) = 49.87%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=30.18%
G=49.87%
B=19.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118195780.3900.60.2499.4949.3753.53
Hex76C34E2703C18633136
Octal16630311647074301436166
Binary11101101100001110011101001110111100110001100011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C34E; }

 p { color: rgb(118,195,78); }

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

<style>
 a { background-color: #76C34E; }

 a { background-color: rgb(118,195,78); }

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

<style>
 span { border-color: #76C34E; }

 span { border-color: rgb(118,195,78); }

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