#76D342

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

Shades of Mantis #76D342

Tints of Mantis #76D342

Color information

#76D342 (or 0x76D342) is unknown color: approx Mantis. HEX triplet: 76, D3 and 42. RGB value is (118,211,66). Sum of RGB (Red+Green+Blue) = 118+211+66=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #76D342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D342 is #892CBD. Grayscale: #A7A7A7. Windows color (decimal): -8989886 or 4379510. OLE color: 4379510.

HSL color Cylindrical-coordinate representation of color #76D342: hue angle of 98.48º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76D342 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB11821166-
CMYK0.4400.690.17
HSL98.48º62.23%54.31%-
HSV(B)98.48º68.72%82.75%-
XYZ31.7550.8313.29-
YUV166.6671.1993.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 211 (82.81% from 255) = 53.42%
BLUE value IS 66 (26.17% from 255) = 16.71%
R=29.87%
G=53.42%
B=16.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal118211660.4400.690.1798.4862.2354.31
Hex76D3422C04511623e36
Octal166323102540105211427666
Binary111011011010011100001010110001000101100011100010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,211,66); }

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

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

 a { background-color: rgb(118,211,66); }

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

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

 span { border-color: rgb(118,211,66); }

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