#80b128

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

Shades of Lima #80B128

Tints of Lima #80B128

Color information

#80B128 (or 0x80B128) is unknown color: approx Lima. HEX triplet: 80, B1 and 28. RGB value is (128,177,40). Sum of RGB (Red+Green+Blue) = 128+177+40=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #80B128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B128 is #7F4ED7. Grayscale: #939393. Windows color (decimal): -8343256 or 2666880. OLE color: 2666880.

HSL color Cylindrical-coordinate representation of color #80B128: hue angle of 81.46º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80B128 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB12817740-
CMYK0.2800.770.31
HSL81.46º63.13%42.55%-
HSV(B)81.46º77.4%69.41%-
XYZ25.0136.197.67-
YUV146.7367.77114.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 177 (69.53% from 255) = 51.30%
BLUE value IS 40 (16.02% from 255) = 11.59%
R=37.10%
G=51.30%
B=11.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128177400.2800.770.3181.4663.1342.55
Hex80B1281C04D1F513f2b
Octal20026150340115371217753
Binary10000000101100011010001110001001101111111010001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80b128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,177,40); }

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

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

 a { background-color: rgb(128,177,40); }

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

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

 span { border-color: rgb(128,177,40); }

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