#76DD45

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

Shades of Mantis #76DD45

Tints of Mantis #76DD45

Color information

#76DD45 (or 0x76DD45) is unknown color: approx Mantis. HEX triplet: 76, DD and 45. RGB value is (118,221,69). Sum of RGB (Red+Green+Blue) = 118+221+69=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DD45 is #8922BA. Grayscale: #ADADAD. Windows color (decimal): -8987323 or 4578678. OLE color: 4578678.

HSL color Cylindrical-coordinate representation of color #76DD45: hue angle of 100.66º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76DD45 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB11822169-
CMYK0.4700.690.13
HSL100.66º69.09%56.86%-
HSV(B)100.66º68.78%86.67%-
XYZ34.455.9914.63-
YUV172.8869.3888.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.92%
GREEN value IS 221 (86.72% from 255) = 54.17%
BLUE value IS 69 (27.34% from 255) = 16.91%
R=28.92%
G=54.17%
B=16.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118221690.4700.690.13100.6669.0956.86
Hex76DD452F045D654539
Octal1663351055701051514510571
Binary111011011011101100010110111101000101110111001011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,221,69); }

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

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

 a { background-color: rgb(118,221,69); }

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

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

 span { border-color: rgb(118,221,69); }

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