#80C165

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

Shades of Mantis #80C165

Tints of Mantis #80C165

Color information

#80C165 (or 0x80C165) is unknown color: approx Mantis. HEX triplet: 80, C1 and 65. RGB value is (128,193,101). Sum of RGB (Red+Green+Blue) = 128+193+101=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #80C165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C165 is #7F3E9A. Grayscale: #A3A3A3. Windows color (decimal): -8339099 or 6668672. OLE color: 6668672.

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

Color convert

RGB128193101-
CMYK0.3400.480.24
HSL102.39º42.59%57.65%-
HSV(B)102.39º47.67%75.69%-
XYZ30.3243.6719.14-
YUV163.0892.97102.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.33%
GREEN value IS 193 (75.78% from 255) = 45.73%
BLUE value IS 101 (39.84% from 255) = 23.93%
R=30.33%
G=45.73%
B=23.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281931010.3400.480.24102.3942.5957.65
Hex80C1652203018662b3a
Octal20030114542060301465372
Binary100000001100000111001011000100110000110001100110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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