#80C440

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

Shades of Mantis #80C440

Tints of Mantis #80C440

Color information

#80C440 (or 0x80C440) is unknown color: approx Mantis. HEX triplet: 80, C4 and 40. RGB value is (128,196,64). Sum of RGB (Red+Green+Blue) = 128+196+64=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 196 (76.95% from 255 or 50.52% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 196 - color contains mainly: green. Hex color #80C440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C440 is #7F3BBF. Grayscale: #A1A1A1. Windows color (decimal): -8338368 or 4244608. OLE color: 4244608.

HSL color Cylindrical-coordinate representation of color #80C440: hue angle of 90.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80C440 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB12819664-
CMYK0.3500.670.23
HSL90.91º52.8%50.98%-
HSV(B)90.91º67.35%76.86%-
XYZ29.5744.4411.87-
YUV160.6273.47104.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.99%
GREEN value IS 196 (76.95% from 255) = 50.52%
BLUE value IS 64 (25.39% from 255) = 16.49%
R=32.99%
G=50.52%
B=16.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal128196640.3500.670.2390.9152.850.98
Hex80C44023043175b3533
Octal200304100430103271336563
Binary1000000011000100100000010001101000011101111011011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,196,64); }

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

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

 a { background-color: rgb(128,196,64); }

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

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

 span { border-color: rgb(128,196,64); }

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