#80b51a

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

Shades of Lima #80B51A

Tints of Lima #80B51A

Color information

#80B51A (or 0x80B51A) is unknown color: approx Lima. HEX triplet: 80, B5 and 1A. RGB value is (128,181,26). Sum of RGB (Red+Green+Blue) = 128+181+26=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #80B51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B51A is #7F4AE5. Grayscale: #949494. Windows color (decimal): -8342246 or 1750400. OLE color: 1750400.

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

Color convert

RGB12818126-
CMYK0.2900.860.29
HSL80.52º74.88%40.59%-
HSV(B)80.52º85.64%70.98%-
XYZ25.6137.716.91-
YUV147.4859.44114.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.21%
GREEN value IS 181 (71.09% from 255) = 54.03%
BLUE value IS 26 (10.55% from 255) = 7.76%
R=38.21%
G=54.03%
B=7.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128181260.2900.860.2980.5274.8840.59
Hex80B51A1D0561D514b29
Octal200265323501263512111351
Binary10000000101101011101011101010101101110110100011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80b51a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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