#80be3e

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

Shades of Mantis #80BE3E

Tints of Mantis #80BE3E

Color information

#80BE3E (or 0x80BE3E) is unknown color: approx Mantis. HEX triplet: 80, BE and 3E. RGB value is (128,190,62). Sum of RGB (Red+Green+Blue) = 128+190+62=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE3E is #7F41C1. Grayscale: #9D9D9D. Windows color (decimal): -8339906 or 4112000. OLE color: 4112000.

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

Color convert

RGB12819062-
CMYK0.3300.670.25
HSL89.06º50.79%49.41%-
HSV(B)89.06º67.37%74.51%-
XYZ28.1941.7611.13-
YUV156.8774.46107.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.68%
GREEN value IS 190 (74.61% from 255) = 50%
BLUE value IS 62 (24.61% from 255) = 16.32%
R=33.68%
G=50%
B=16.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128190620.3300.670.2589.0650.7949.41
Hex80BE3E2104319593331
Octal20027676410103311316361
Binary100000001011111011111010000101000011110011011001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80be3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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