#80C14E

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

Shades of Mantis #80C14E

Tints of Mantis #80C14E

Color information

#80C14E (or 0x80C14E) is unknown color: approx Mantis. HEX triplet: 80, C1 and 4E. RGB value is (128,193,78). Sum of RGB (Red+Green+Blue) = 128+193+78=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #80C14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C14E is #7F3EB1. Grayscale: #A0A0A0. Windows color (decimal): -8339122 or 5161344. OLE color: 5161344.

HSL color Cylindrical-coordinate representation of color #80C14E: hue angle of 93.91º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80C14E is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB12819378-
CMYK0.3400.600.24
HSL93.91º48.12%53.14%-
HSV(B)93.91º59.59%75.69%-
XYZ29.3543.2814.01-
YUV160.4581.47104.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 193 (75.78% from 255) = 48.37%
BLUE value IS 78 (30.86% from 255) = 19.55%
R=32.08%
G=48.37%
B=19.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128193780.3400.600.2493.9148.1253.14
Hex80C14E2203C185e3035
Octal20030111642074301366065
Binary100000001100000110011101000100111100110001011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,193,78); }

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

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

 a { background-color: rgb(128,193,78); }

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

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

 span { border-color: rgb(128,193,78); }

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