#76C466

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

Shades of Mantis #76C466

Tints of Mantis #76C466

Color information

#76C466 (or 0x76C466) is unknown color: approx Mantis. HEX triplet: 76, C4 and 66. RGB value is (118,196,102). Sum of RGB (Red+Green+Blue) = 118+196+102=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #76C466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C466 is #893B99. Grayscale: #A2A2A2. Windows color (decimal): -8993690 or 6734966. OLE color: 6734966.

HSL color Cylindrical-coordinate representation of color #76C466: hue angle of 109.79º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76C466 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB118196102-
CMYK0.4000.480.23
HSL109.79º44.34%58.43%-
HSV(B)109.79º47.96%76.86%-
XYZ29.6144.2919.56-
YUV161.9694.1696.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 196 (76.95% from 255) = 47.12%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=28.37%
G=47.12%
B=24.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181961020.4000.480.23109.7944.3458.43
Hex76C46628030176e2c3a
Octal16630414650060271565472
Binary11101101100010011001101010000110000101111101110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,196,102); }

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

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

 a { background-color: rgb(118,196,102); }

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

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

 span { border-color: rgb(118,196,102); }

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