#80BF6E

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

Shades of Mantis #80BF6E

Tints of Mantis #80BF6E

Color information

#80BF6E (or 0x80BF6E) is unknown color: approx Mantis. HEX triplet: 80, BF and 6E. RGB value is (128,191,110). Sum of RGB (Red+Green+Blue) = 128+191+110=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF6E is #7F4091. Grayscale: #A3A3A3. Windows color (decimal): -8339602 or 7257984. OLE color: 7257984.

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

Color convert

RGB128191110-
CMYK0.3300.420.25
HSL106.67º38.76%59.02%-
HSV(B)106.67º42.41%74.9%-
XYZ30.3542.9821.45-
YUV162.9398.13103.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=29.84%
G=44.52%
B=25.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281911100.3300.420.25106.6738.7659.02
Hex80BF6E2102A196b273b
Octal20027715641052311534773
Binary100000001011111111011101000010101010110011101011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,191,110); }

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

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

 a { background-color: rgb(128,191,110); }

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

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

 span { border-color: rgb(128,191,110); }

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