#80EE4D

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

Shades of Mantis #80EE4D

Tints of Mantis #80EE4D

Color information

#80EE4D (or 0x80EE4D) is unknown color: approx Mantis. HEX triplet: 80, EE and 4D. RGB value is (128,238,77). Sum of RGB (Red+Green+Blue) = 128+238+77=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 238 (93.36% from 255 or 53.72% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EE4D is #7F11B2. Grayscale: #BBBBBB. Windows color (decimal): -8327603 or 5107328. OLE color: 5107328.

HSL color Cylindrical-coordinate representation of color #80EE4D: hue angle of 100.99º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80EE4D is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB12823877-
CMYK0.4600.680.07
HSL100.99º82.56%61.76%-
HSV(B)100.99º67.65%93.33%-
XYZ40.8266.2717.66-
YUV186.7666.0686.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.89%
GREEN value IS 238 (93.36% from 255) = 53.72%
BLUE value IS 77 (30.47% from 255) = 17.38%
R=28.89%
G=53.72%
B=17.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128238770.4600.680.07100.9982.5661.76
Hex80EE4D2E044765533e
Octal200356115560104714512376
Binary100000001110111010011011011100100010011111001011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,238,77); }

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

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

 a { background-color: rgb(128,238,77); }

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

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

 span { border-color: rgb(128,238,77); }

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