#80D55E

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

Shades of Mantis #80D55E

Tints of Mantis #80D55E

Color information

#80D55E (or 0x80D55E) is unknown color: approx Mantis. HEX triplet: 80, D5 and 5E. RGB value is (128,213,94). Sum of RGB (Red+Green+Blue) = 128+213+94=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #80D55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D55E is #7F2AA1. Grayscale: #AEAEAE. Windows color (decimal): -8333986 or 6215040. OLE color: 6215040.

HSL color Cylindrical-coordinate representation of color #80D55E: hue angle of 102.86º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80D55E is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB12821394-
CMYK0.4000.560.16
HSL102.86º58.62%60.2%-
HSV(B)102.86º55.87%83.53%-
XYZ34.7252.9918.99-
YUV174.0282.8495.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.43%
GREEN value IS 213 (83.59% from 255) = 48.97%
BLUE value IS 94 (37.11% from 255) = 21.61%
R=29.43%
G=48.97%
B=21.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128213940.4000.560.16102.8658.6260.2
Hex80D55E2803810673b3c
Octal20032513650070201477374
Binary100000001101010110111101010000111000100001100111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,213,94); }

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

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

 a { background-color: rgb(128,213,94); }

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

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

 span { border-color: rgb(128,213,94); }

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