#80BB4E

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

Shades of Mantis #80BB4E

Tints of Mantis #80BB4E

Color information

#80BB4E (or 0x80BB4E) is unknown color: approx Mantis. HEX triplet: 80, BB and 4E. RGB value is (128,187,78). Sum of RGB (Red+Green+Blue) = 128+187+78=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB4E is #7F44B1. Grayscale: #9D9D9D. Windows color (decimal): -8340658 or 5159808. OLE color: 5159808.

HSL color Cylindrical-coordinate representation of color #80BB4E: hue angle of 92.48º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80BB4E is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB12818778-
CMYK0.3200.580.27
HSL92.48º44.49%51.96%-
HSV(B)92.48º58.29%73.33%-
XYZ28.0540.6813.58-
YUV156.9383.45107.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.57%
GREEN value IS 187 (73.44% from 255) = 47.58%
BLUE value IS 78 (30.86% from 255) = 19.85%
R=32.57%
G=47.58%
B=19.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128187780.3200.580.2792.4844.4951.96
Hex80BB4E2003A1B5c2c34
Octal20027311640072331345464
Binary100000001011101110011101000000111010110111011100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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