#80E94E

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

Shades of Mantis #80E94E

Tints of Mantis #80E94E

Color information

#80E94E (or 0x80E94E) is unknown color: approx Mantis. HEX triplet: 80, E9 and 4E. RGB value is (128,233,78). Sum of RGB (Red+Green+Blue) = 128+233+78=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 233 (91.41% from 255 or 53.08% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 233 - color contains mainly: green. Hex color #80E94E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E94E is #7F16B1. Grayscale: #B8B8B8. Windows color (decimal): -8328882 or 5171584. OLE color: 5171584.

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

Color convert

RGB12823378-
CMYK0.4500.670.09
HSL100.65º77.89%60.98%-
HSV(B)100.65º66.52%91.37%-
XYZ39.4263.4217.37-
YUV183.9368.2188.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.16%
GREEN value IS 233 (91.41% from 255) = 53.08%
BLUE value IS 78 (30.86% from 255) = 17.77%
R=29.16%
G=53.08%
B=17.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal128233780.4500.670.09100.6577.8960.98
Hex80E94E2D0439654e3d
Octal2003511165501031114511675
Binary1000000011101001100111010110101000011100111001011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,233,78); }

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

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

 a { background-color: rgb(128,233,78); }

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

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

 span { border-color: rgb(128,233,78); }

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