#76D749

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

Shades of Mantis #76D749

Tints of Mantis #76D749

Color information

#76D749 (or 0x76D749) is unknown color: approx Mantis. HEX triplet: 76, D7 and 49. RGB value is (118,215,73). Sum of RGB (Red+Green+Blue) = 118+215+73=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #76D749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D749 is #8928B6. Grayscale: #AAAAAA. Windows color (decimal): -8988855 or 4839286. OLE color: 4839286.

HSL color Cylindrical-coordinate representation of color #76D749: hue angle of 100.99º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76D749 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB11821573-
CMYK0.4500.660.16
HSL100.99º63.96%56.47%-
HSV(B)100.99º66.05%84.31%-
XYZ32.9752.9314.78-
YUV169.8173.3691.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 215 (84.38% from 255) = 52.96%
BLUE value IS 73 (28.91% from 255) = 17.98%
R=29.06%
G=52.96%
B=17.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal118215730.4500.660.16100.9963.9656.47
Hex76D7492D04210654038
Octal1663271115501022014510070
Binary1110110110101111001001101101010000101000011001011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,215,73); }

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

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

 a { background-color: rgb(118,215,73); }

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

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

 span { border-color: rgb(118,215,73); }

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