#80E849

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

Shades of Mantis #80E849

Tints of Mantis #80E849

Color information

#80E849 (or 0x80E849) is unknown color: approx Mantis. HEX triplet: 80, E8 and 49. RGB value is (128,232,73). Sum of RGB (Red+Green+Blue) = 128+232+73=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 232 (91.02% from 255 or 53.58% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 232 - color contains mainly: green. Hex color #80E849 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80E849 is #7F17B6. Grayscale: #B7B7B7. Windows color (decimal): -8329143 or 4843648. OLE color: 4843648.

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

Color convert

RGB12823273-
CMYK0.4500.690.09
HSL99.25º77.56%59.8%-
HSV(B)99.25º68.53%90.98%-
XYZ38.9662.7816.37-
YUV182.7866.0488.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 232 (91.02% from 255) = 53.58%
BLUE value IS 73 (28.91% from 255) = 16.86%
R=29.56%
G=53.58%
B=16.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal128232730.4500.690.0999.2577.5659.8
Hex80E8492D0459634e3c
Octal2003501115501051114311674
Binary1000000011101000100100110110101000101100111000111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,232,73); }

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

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

 a { background-color: rgb(128,232,73); }

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

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

 span { border-color: rgb(128,232,73); }

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