#80E05F

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

Shades of Mantis #80E05F

Tints of Mantis #80E05F

Color information

#80E05F (or 0x80E05F) is unknown color: approx Mantis. HEX triplet: 80, E0 and 5F. RGB value is (128,224,95). Sum of RGB (Red+Green+Blue) = 128+224+95=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #80E05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E05F is #7F1FA0. Grayscale: #B5B5B5. Windows color (decimal): -8331169 or 6283392. OLE color: 6283392.

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

Color convert

RGB12822495-
CMYK0.4300.580.12
HSL104.65º67.54%62.55%-
HSV(B)104.65º57.59%87.84%-
XYZ37.6258.7320.18-
YUV180.5979.790.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.64%
GREEN value IS 224 (87.89% from 255) = 50.11%
BLUE value IS 95 (37.5% from 255) = 21.25%
R=28.64%
G=50.11%
B=21.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128224950.4300.580.12104.6567.5462.55
Hex80E05F2B03AC69443f
Octal200340137530721415110477
Binary100000001110000010111111010110111010110011010011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,224,95); }

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

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

 a { background-color: rgb(128,224,95); }

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

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

 span { border-color: rgb(128,224,95); }

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