#80c63e

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

Shades of Mantis #80C63E

Tints of Mantis #80C63E

Color information

#80C63E (or 0x80C63E) is unknown color: approx Mantis. HEX triplet: 80, C6 and 3E. RGB value is (128,198,62). Sum of RGB (Red+Green+Blue) = 128+198+62=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #80C63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C63E is #7F39C1. Grayscale: #A2A2A2. Windows color (decimal): -8337858 or 4114048. OLE color: 4114048.

HSL color Cylindrical-coordinate representation of color #80C63E: hue angle of 90.88º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80C63E is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB12819862-
CMYK0.3500.690.22
HSL90.88º54.4%50.98%-
HSV(B)90.88º68.69%77.65%-
XYZ29.9745.3311.73-
YUV161.5771.81104.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.99%
GREEN value IS 198 (77.73% from 255) = 51.03%
BLUE value IS 62 (24.61% from 255) = 15.98%
R=32.99%
G=51.03%
B=15.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal128198620.3500.690.2290.8854.450.98
Hex80C63E23045165b3633
Octal20030676430105261336663
Binary100000001100011011111010001101000101101101011011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80c63e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,198,62); }

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

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

 a { background-color: rgb(128,198,62); }

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

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

 span { border-color: rgb(128,198,62); }

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