#80BF40

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

Shades of Mantis #80BF40

Tints of Mantis #80BF40

Color information

#80BF40 (or 0x80BF40) is unknown color: approx Mantis. HEX triplet: 80, BF and 40. RGB value is (128,191,64). Sum of RGB (Red+Green+Blue) = 128+191+64=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF40 is #7F40BF. Grayscale: #9E9E9E. Windows color (decimal): -8339648 or 4243328. OLE color: 4243328.

HSL color Cylindrical-coordinate representation of color #80BF40: hue angle of 89.76º degrees, saturation: 0.5, 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 #80BF40 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB12819164-
CMYK0.3300.660.25
HSL89.76º49.8%50%-
HSV(B)89.76º66.49%74.9%-
XYZ28.4642.2211.5-
YUV157.6875.13106.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 191 (75% from 255) = 49.87%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=33.42%
G=49.87%
B=16.71%

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
Decimal128191640.3300.660.2589.7649.850
Hex80BF4021042195a3232
Octal200277100410102311326262
Binary1000000010111111100000010000101000010110011011010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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