#80BE4B

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

Shades of Mantis #80BE4B

Tints of Mantis #80BE4B

Color information

#80BE4B (or 0x80BE4B) is unknown color: approx Mantis. HEX triplet: 80, BE and 4B. RGB value is (128,190,75). Sum of RGB (Red+Green+Blue) = 128+190+75=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE4B is #7F41B4. Grayscale: #9E9E9E. Windows color (decimal): -8339893 or 4963968. OLE color: 4963968.

HSL color Cylindrical-coordinate representation of color #80BE4B: hue angle of 92.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80BE4B is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB12819075-
CMYK0.3300.610.25
HSL92.35º46.94%51.96%-
HSV(B)92.35º60.53%74.51%-
XYZ28.5941.9213.24-
YUV158.3580.96106.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.57%
GREEN value IS 190 (74.61% from 255) = 48.35%
BLUE value IS 75 (29.69% from 255) = 19.08%
R=32.57%
G=48.35%
B=19.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128190750.3300.610.2592.3546.9451.96
Hex80BE4B2103D195c2f34
Octal20027611341075311345764
Binary100000001011111010010111000010111101110011011100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,190,75); }

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

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

 a { background-color: rgb(128,190,75); }

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

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

 span { border-color: rgb(128,190,75); }

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