#80BE41

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

Shades of Mantis #80BE41

Tints of Mantis #80BE41

Color information

#80BE41 (or 0x80BE41) is unknown color: approx Mantis. HEX triplet: 80, BE and 41. RGB value is (128,190,65). Sum of RGB (Red+Green+Blue) = 128+190+65=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE41 is #7F41BE. Grayscale: #9D9D9D. Windows color (decimal): -8339903 or 4308608. OLE color: 4308608.

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

Color convert

RGB12819065-
CMYK0.3300.660.25
HSL89.76º49.02%50%-
HSV(B)89.76º65.79%74.51%-
XYZ28.2741.811.58-
YUV157.2175.96107.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 190 (74.61% from 255) = 49.61%
BLUE value IS 65 (25.78% from 255) = 16.97%
R=33.42%
G=49.61%
B=16.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128190650.3300.660.2589.7649.0250
Hex80BE4121042195a3132
Octal200276101410102311326162
Binary1000000010111110100000110000101000010110011011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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