#80B25A

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

Shades of Mantis #80B25A

Tints of Mantis #80B25A

Color information

#80B25A (or 0x80B25A) is unknown color: approx Mantis. HEX triplet: 80, B2 and 5A. RGB value is (128,178,90). Sum of RGB (Red+Green+Blue) = 128+178+90=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #80B25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B25A is #7F4DA5. Grayscale: #999999. Windows color (decimal): -8342950 or 5943936. OLE color: 5943936.

HSL color Cylindrical-coordinate representation of color #80B25A: hue angle of 94.09º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80B25A is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB12817890-
CMYK0.2800.490.30
HSL94.09º36.36%52.55%-
HSV(B)94.09º49.44%69.8%-
XYZ26.6737.1715.44-
YUV153.0292.44110.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.32%
GREEN value IS 178 (69.92% from 255) = 44.95%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=32.32%
G=44.95%
B=22.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128178900.2800.490.3094.0936.3652.55
Hex80B25A1C0311E5e2435
Octal20026213234061361364465
Binary10000000101100101011010111000110001111101011110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,178,90); }

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

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

 a { background-color: rgb(128,178,90); }

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

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

 span { border-color: rgb(128,178,90); }

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