#80C145

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

Shades of Mantis #80C145

Tints of Mantis #80C145

Color information

#80C145 (or 0x80C145) is unknown color: approx Mantis. HEX triplet: 80, C1 and 45. RGB value is (128,193,69). Sum of RGB (Red+Green+Blue) = 128+193+69=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #80C145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C145 is #7F3EBA. Grayscale: #9F9F9F. Windows color (decimal): -8339131 or 4571520. OLE color: 4571520.

HSL color Cylindrical-coordinate representation of color #80C145: hue angle of 91.45º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80C145 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB12819369-
CMYK0.3400.640.24
HSL91.45º50%51.37%-
HSV(B)91.45º64.25%75.69%-
XYZ29.0543.1612.43-
YUV159.4376.97105.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 193 (75.78% from 255) = 49.49%
BLUE value IS 69 (27.34% from 255) = 17.69%
R=32.82%
G=49.49%
B=17.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128193690.3400.640.2491.455051.37
Hex80C14522040185b3233
Octal200301105420100301336263
Binary1000000011000001100010110001001000000110001011011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80C145; }

 p { color: rgb(128,193,69); }

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

<style>
 a { background-color: #80C145; }

 a { background-color: rgb(128,193,69); }

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

<style>
 span { border-color: #80C145; }

 span { border-color: rgb(128,193,69); }

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