#80E75A

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

Shades of Mantis #80E75A

Tints of Mantis #80E75A

Color information

#80E75A (or 0x80E75A) is unknown color: approx Mantis. HEX triplet: 80, E7 and 5A. RGB value is (128,231,90). Sum of RGB (Red+Green+Blue) = 128+231+90=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #80E75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E75A is #7F18A5. Grayscale: #B8B8B8. Windows color (decimal): -8329382 or 5957504. OLE color: 5957504.

HSL color Cylindrical-coordinate representation of color #80E75A: hue angle of 103.83º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80E75A is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB12823190-
CMYK0.4500.610.09
HSL103.83º74.6%62.94%-
HSV(B)103.83º61.04%90.59%-
XYZ39.3262.4819.66-
YUV184.1374.8887.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.51%
GREEN value IS 231 (90.62% from 255) = 51.45%
BLUE value IS 90 (35.55% from 255) = 20.04%
R=28.51%
G=51.45%
B=20.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal128231900.4500.610.09103.8374.662.94
Hex80E75A2D03D9684b3f
Octal200347132550751115011377
Binary100000001110011110110101011010111101100111010001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,231,90); }

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

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

 a { background-color: rgb(128,231,90); }

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

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

 span { border-color: rgb(128,231,90); }

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