#80B50E

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

Shades of Lima #80B50E

Tints of Lima #80B50E

Color information

#80B50E (or 0x80B50E) is unknown color: approx Lima. HEX triplet: 80, B5 and 0E. RGB value is (128,181,14). Sum of RGB (Red+Green+Blue) = 128+181+14=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #80B50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B50E is #7F4AF1. Grayscale: #929292. Windows color (decimal): -8342258 or 963968. OLE color: 963968.

HSL color Cylindrical-coordinate representation of color #80B50E: hue angle of 79.04º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80B50E is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB12818114-
CMYK0.2900.920.29
HSL79.04º85.64%38.24%-
HSV(B)79.04º92.27%70.98%-
XYZ25.5137.676.34-
YUV146.1253.44115.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 181 (71.09% from 255) = 56.04%
BLUE value IS 14 (5.86% from 255) = 4.33%
R=39.63%
G=56.04%
B=4.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128181140.2900.920.2979.0485.6438.24
Hex80B5E1D05C1D4f5626
Octal200265163501343511712646
Binary1000000010110101111011101010111001110110011111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,181,14); }

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

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

 a { background-color: rgb(128,181,14); }

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

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

 span { border-color: rgb(128,181,14); }

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