#76BC55

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

Shades of Mantis #76BC55

Tints of Mantis #76BC55

Color information

#76BC55 (or 0x76BC55) is unknown color: approx Mantis. HEX triplet: 76, BC and 55. RGB value is (118,188,85). Sum of RGB (Red+Green+Blue) = 118+188+85=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BC55 is #8943AA. Grayscale: #9B9B9B. Windows color (decimal): -8995755 or 5618806. OLE color: 5618806.

HSL color Cylindrical-coordinate representation of color #76BC55: hue angle of 100.78º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76BC55 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB11818885-
CMYK0.3700.550.26
HSL100.78º43.46%53.53%-
HSV(B)100.78º54.79%73.73%-
XYZ27.0940.4714.98-
YUV155.3388.31101.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 188 (73.83% from 255) = 48.08%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=30.18%
G=48.08%
B=21.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118188850.3700.550.26100.7843.4653.53
Hex76BC55250371A652b36
Octal16627412545067321455366
Binary11101101011110010101011001010110111110101100101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,188,85); }

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

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

 a { background-color: rgb(118,188,85); }

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

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

 span { border-color: rgb(118,188,85); }

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