#76DC45

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

Shades of Mantis #76DC45

Tints of Mantis #76DC45

Color information

#76DC45 (or 0x76DC45) is unknown color: approx Mantis. HEX triplet: 76, DC and 45. RGB value is (118,220,69). Sum of RGB (Red+Green+Blue) = 118+220+69=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DC45 is #8923BA. Grayscale: #ACACAC. Windows color (decimal): -8987579 or 4578422. OLE color: 4578422.

HSL color Cylindrical-coordinate representation of color #76DC45: hue angle of 100.53º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76DC45 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB11822069-
CMYK0.4600.690.14
HSL100.53º68.33%56.67%-
HSV(B)100.53º68.64%86.27%-
XYZ34.1455.4714.54-
YUV172.2969.7189.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.99%
GREEN value IS 220 (86.33% from 255) = 54.05%
BLUE value IS 69 (27.34% from 255) = 16.95%
R=28.99%
G=54.05%
B=16.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal118220690.4600.690.14100.5368.3356.67
Hex76DC452E045E654439
Octal1663341055601051614510471
Binary111011011011100100010110111001000101111011001011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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