#80D55D

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

Shades of Mantis #80D55D

Tints of Mantis #80D55D

Color information

#80D55D (or 0x80D55D) is unknown color: approx Mantis. HEX triplet: 80, D5 and 5D. RGB value is (128,213,93). Sum of RGB (Red+Green+Blue) = 128+213+93=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #80D55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D55D is #7F2AA2. Grayscale: #AEAEAE. Windows color (decimal): -8333987 or 6149504. OLE color: 6149504.

HSL color Cylindrical-coordinate representation of color #80D55D: hue angle of 102.5º 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 #80D55D is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB12821393-
CMYK0.4000.560.16
HSL102.5º58.82%60%-
HSV(B)102.5º56.34%83.53%-
XYZ34.6752.9718.75-
YUV173.982.3495.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.49%
GREEN value IS 213 (83.59% from 255) = 49.08%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=29.49%
G=49.08%
B=21.43%

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
Decimal128213930.4000.560.16102.558.8260
Hex80D55D2803810663b3c
Octal20032513550070201467374
Binary100000001101010110111011010000111000100001100110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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