#80BA31

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

Shades of Lima #80BA31

Tints of Lima #80BA31

Color information

#80BA31 (or 0x80BA31) is unknown color: approx Lima. HEX triplet: 80, BA and 31. RGB value is (128,186,49). Sum of RGB (Red+Green+Blue) = 128+186+49=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA31 is #7F45CE. Grayscale: #999999. Windows color (decimal): -8340943 or 3259008. OLE color: 3259008.

HSL color Cylindrical-coordinate representation of color #80BA31: hue angle of 85.4º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80BA31 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB12818649-
CMYK0.3100.740.27
HSL85.4º58.3%46.08%-
HSV(B)85.4º73.66%72.94%-
XYZ27.0239.939.19-
YUV153.0469.28110.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 186 (73.05% from 255) = 51.24%
BLUE value IS 49 (19.53% from 255) = 13.50%
R=35.26%
G=51.24%
B=13.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128186490.3100.740.2785.458.346.08
Hex80BA311F04A1B553a2e
Octal20027261370112331257256
Binary10000000101110101100011111101001010110111010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,186,49); }

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

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

 a { background-color: rgb(128,186,49); }

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

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

 span { border-color: rgb(128,186,49); }

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