#76C15E

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

Shades of Mantis #76C15E

Tints of Mantis #76C15E

Color information

#76C15E (or 0x76C15E) is unknown color: approx Mantis. HEX triplet: 76, C1 and 5E. RGB value is (118,193,94). Sum of RGB (Red+Green+Blue) = 118+193+94=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #76C15E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C15E is #893EA1. Grayscale: #9F9F9F. Windows color (decimal): -8994466 or 6209910. OLE color: 6209910.

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

Color convert

RGB11819394-
CMYK0.3900.510.24
HSL105.45º44.39%56.27%-
HSV(B)105.45º51.3%75.69%-
XYZ28.5642.817.35-
YUV159.2991.1598.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 193 (75.78% from 255) = 47.65%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=29.14%
G=47.65%
B=23.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118193940.3900.510.24105.4544.3956.27
Hex76C15E2703318692c38
Octal16630113647063301515470
Binary11101101100000110111101001110110011110001101001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,193,94); }

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

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

 a { background-color: rgb(118,193,94); }

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

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

 span { border-color: rgb(118,193,94); }

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