#80B71A

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

Shades of Lima #80B71A

Tints of Lima #80B71A

Color information

#80B71A (or 0x80B71A) is unknown color: approx Lima. HEX triplet: 80, B7 and 1A. RGB value is (128,183,26). Sum of RGB (Red+Green+Blue) = 128+183+26=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #80B71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B71A is #7F48E5. Grayscale: #959595. Windows color (decimal): -8341734 or 1750912. OLE color: 1750912.

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

Color convert

RGB12818326-
CMYK0.3000.860.28
HSL81.02º75.12%40.98%-
HSV(B)81.02º85.79%71.76%-
XYZ26.0238.537.04-
YUV148.6658.78113.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 183 (71.88% from 255) = 54.30%
BLUE value IS 26 (10.55% from 255) = 7.72%
R=37.98%
G=54.30%
B=7.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128183260.3000.860.2881.0275.1240.98
Hex80B71A1E0561C514b29
Octal200267323601263412111351
Binary10000000101101111101011110010101101110010100011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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