#76DA49

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

Shades of Mantis #76DA49

Tints of Mantis #76DA49

Color information

#76DA49 (or 0x76DA49) is unknown color: approx Mantis. HEX triplet: 76, DA and 49. RGB value is (118,218,73). Sum of RGB (Red+Green+Blue) = 118+218+73=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #76DA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DA49 is #8925B6. Grayscale: #ACACAC. Windows color (decimal): -8988087 or 4840054. OLE color: 4840054.

HSL color Cylindrical-coordinate representation of color #76DA49: hue angle of 101.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76DA49 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB11821873-
CMYK0.4600.670.15
HSL101.38º66.21%57.06%-
HSV(B)101.38º66.51%85.49%-
XYZ33.7554.4815.04-
YUV171.5772.3789.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 218 (85.55% from 255) = 53.30%
BLUE value IS 73 (28.91% from 255) = 17.85%
R=28.85%
G=53.30%
B=17.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal118218730.4600.670.15101.3866.2157.06
Hex76DA492E043F654239
Octal1663321115601031714510271
Binary111011011011010100100110111001000011111111001011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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