#80E148

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

Shades of Mantis #80E148

Tints of Mantis #80E148

Color information

#80E148 (or 0x80E148) is unknown color: approx Mantis. HEX triplet: 80, E1 and 48. RGB value is (128,225,72). Sum of RGB (Red+Green+Blue) = 128+225+72=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #80E148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E148 is #7F1EB7. Grayscale: #B3B3B3. Windows color (decimal): -8330936 or 4776320. OLE color: 4776320.

HSL color Cylindrical-coordinate representation of color #80E148: hue angle of 98.04º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80E148 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB12822572-
CMYK0.4300.680.12
HSL98.04º71.83%58.24%-
HSV(B)98.04º68%88.24%-
XYZ3758.9115.55-
YUV178.5567.8691.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 225 (88.28% from 255) = 52.94%
BLUE value IS 72 (28.52% from 255) = 16.94%
R=30.12%
G=52.94%
B=16.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128225720.4300.680.1298.0471.8358.24
Hex80E1482B044C62483a
Octal2003411105301041414211072
Binary1000000011100001100100010101101000100110011000101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,225,72); }

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

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

 a { background-color: rgb(128,225,72); }

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

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

 span { border-color: rgb(128,225,72); }

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