#80B35E

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

Shades of Mantis #80B35E

Tints of Mantis #80B35E

Color information

#80B35E (or 0x80B35E) is unknown color: approx Mantis. HEX triplet: 80, B3 and 5E. RGB value is (128,179,94). Sum of RGB (Red+Green+Blue) = 128+179+94=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #80B35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B35E is #7F4CA1. Grayscale: #9A9A9A. Windows color (decimal): -8342690 or 6206336. OLE color: 6206336.

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

Color convert

RGB12817994-
CMYK0.2800.470.30
HSL96º35.86%53.53%-
HSV(B)96º47.49%70.2%-
XYZ27.0437.6416.43-
YUV154.0694.1109.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 179 (70.31% from 255) = 44.64%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=31.92%
G=44.64%
B=23.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128179940.2800.470.309635.8653.53
Hex80B35E1C02F1E602436
Octal20026313634057361404466
Binary10000000101100111011110111000101111111101100000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,179,94); }

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

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

 a { background-color: rgb(128,179,94); }

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

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

 span { border-color: rgb(128,179,94); }

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