#80E245

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

Shades of Mantis #80E245

Tints of Mantis #80E245

Color information

#80E245 (or 0x80E245) is unknown color: approx Mantis. HEX triplet: 80, E2 and 45. RGB value is (128,226,69). Sum of RGB (Red+Green+Blue) = 128+226+69=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 226 (88.67% from 255 or 53.43% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 226 - color contains mainly: green. Hex color #80E245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E245 is #7F1DBA. Grayscale: #B3B3B3. Windows color (decimal): -8330683 or 4579968. OLE color: 4579968.

HSL color Cylindrical-coordinate representation of color #80E245: hue angle of 97.45º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80E245 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB12822669-
CMYK0.4300.690.11
HSL97.45º73.02%57.84%-
HSV(B)97.45º69.47%88.63%-
XYZ37.1759.4115.14-
YUV178.866.0391.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 226 (88.67% from 255) = 53.43%
BLUE value IS 69 (27.34% from 255) = 16.31%
R=30.26%
G=53.43%
B=16.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal128226690.4300.690.1197.4573.0257.84
Hex80E2452B045B61493a
Octal2003421055301051314111172
Binary1000000011100010100010110101101000101101111000011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,226,69); }

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

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

 a { background-color: rgb(128,226,69); }

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

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

 span { border-color: rgb(128,226,69); }

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