#80BF69

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

Shades of Mantis #80BF69

Tints of Mantis #80BF69

Color information

#80BF69 (or 0x80BF69) is unknown color: approx Mantis. HEX triplet: 80, BF and 69. RGB value is (128,191,105). Sum of RGB (Red+Green+Blue) = 128+191+105=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF69 is #7F4096. Grayscale: #A2A2A2. Windows color (decimal): -8339607 or 6930304. OLE color: 6930304.

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

Color convert

RGB128191105-
CMYK0.3300.450.25
HSL103.95º40.19%58.04%-
HSV(B)103.95º45.03%74.9%-
XYZ30.0842.8720.05-
YUV162.3695.63103.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 191 (75% from 255) = 45.05%
BLUE value IS 105 (41.41% from 255) = 24.76%
R=30.19%
G=45.05%
B=24.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281911050.3300.450.25103.9540.1958.04
Hex80BF692102D1968283a
Octal20027715141055311505072
Binary100000001011111111010011000010101101110011101000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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