#80D95E

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

Shades of Mantis #80D95E

Tints of Mantis #80D95E

Color information

#80D95E (or 0x80D95E) is unknown color: approx Mantis. HEX triplet: 80, D9 and 5E. RGB value is (128,217,94). Sum of RGB (Red+Green+Blue) = 128+217+94=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #80D95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D95E is #7F26A1. Grayscale: #B0B0B0. Windows color (decimal): -8332962 or 6216064. OLE color: 6216064.

HSL color Cylindrical-coordinate representation of color #80D95E: hue angle of 103.41º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80D95E is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB12821794-
CMYK0.4100.570.15
HSL103.41º61.81%60.98%-
HSV(B)103.41º56.68%85.1%-
XYZ35.7455.0219.33-
YUV176.3781.5193.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.16%
GREEN value IS 217 (85.16% from 255) = 49.43%
BLUE value IS 94 (37.11% from 255) = 21.41%
R=29.16%
G=49.43%
B=21.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128217940.4100.570.15103.4161.8160.98
Hex80D95E29039F673e3d
Octal20033113651071171477675
Binary10000000110110011011110101001011100111111100111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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