#80CE4D

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

Shades of Mantis #80CE4D

Tints of Mantis #80CE4D

Color information

#80CE4D (or 0x80CE4D) is unknown color: approx Mantis. HEX triplet: 80, CE and 4D. RGB value is (128,206,77). Sum of RGB (Red+Green+Blue) = 128+206+77=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE4D is #7F31B2. Grayscale: #A8A8A8. Windows color (decimal): -8335795 or 5099136. OLE color: 5099136.

HSL color Cylindrical-coordinate representation of color #80CE4D: hue angle of 96.28º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80CE4D is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB12820677-
CMYK0.3800.630.19
HSL96.28º56.83%55.49%-
HSV(B)96.28º62.62%80.78%-
XYZ32.3149.2714.83-
YUV167.9776.6699.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 206 (80.86% from 255) = 50.12%
BLUE value IS 77 (30.47% from 255) = 18.73%
R=31.14%
G=50.12%
B=18.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128206770.3800.630.1996.2856.8355.49
Hex80CE4D2603F13603937
Octal20031611546077231407167
Binary100000001100111010011011001100111111100111100000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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