#80BF54

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

Shades of Mantis #80BF54

Tints of Mantis #80BF54

Color information

#80BF54 (or 0x80BF54) is unknown color: approx Mantis. HEX triplet: 80, BF and 54. RGB value is (128,191,84). Sum of RGB (Red+Green+Blue) = 128+191+84=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF54 is #7F40AB. Grayscale: #A0A0A0. Windows color (decimal): -8339628 or 5554048. OLE color: 5554048.

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

Color convert

RGB12819184-
CMYK0.3300.560.25
HSL95.33º45.53%53.92%-
HSV(B)95.33º56.02%74.9%-
XYZ29.1342.4915.05-
YUV159.9685.13105.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 84 (33.20% from 255) = 20.84%
R=31.76%
G=47.39%
B=20.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128191840.3300.560.2595.3345.5353.92
Hex80BF5421038195f2e36
Octal20027712441070311375666
Binary100000001011111110101001000010111000110011011111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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