#80C441

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

Shades of Mantis #80C441

Tints of Mantis #80C441

Color information

#80C441 (or 0x80C441) is unknown color: approx Mantis. HEX triplet: 80, C4 and 41. RGB value is (128,196,65). Sum of RGB (Red+Green+Blue) = 128+196+65=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #80C441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C441 is #7F3BBE. Grayscale: #A1A1A1. Windows color (decimal): -8338367 or 4310144. OLE color: 4310144.

HSL color Cylindrical-coordinate representation of color #80C441: hue angle of 91.15º 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 #80C441 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB12819665-
CMYK0.3500.670.23
HSL91.15º52.61%51.18%-
HSV(B)91.15º66.84%76.86%-
XYZ29.644.4512.02-
YUV160.7373.97104.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.90%
GREEN value IS 196 (76.95% from 255) = 50.39%
BLUE value IS 65 (25.78% from 255) = 16.71%
R=32.90%
G=50.39%
B=16.71%

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
Decimal128196650.3500.670.2391.1552.6151.18
Hex80C44123043175b3533
Octal200304101430103271336563
Binary1000000011000100100000110001101000011101111011011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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