#80B116

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

Shades of Lima #80B116

Tints of Lima #80B116

Color information

#80B116 (or 0x80B116) is unknown color: approx Lima. HEX triplet: 80, B1 and 16. RGB value is (128,177,22). Sum of RGB (Red+Green+Blue) = 128+177+22=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #80B116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B116 is #7F4EE9. Grayscale: #919191. Windows color (decimal): -8343274 or 1487232. OLE color: 1487232.

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

Color convert

RGB12817722-
CMYK0.2800.880.31
HSL78.97º77.89%39.02%-
HSV(B)78.97º87.57%69.41%-
XYZ24.7736.096.42-
YUV144.6858.77116.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 177 (69.53% from 255) = 54.13%
BLUE value IS 22 (8.98% from 255) = 6.73%
R=39.14%
G=54.13%
B=6.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128177220.2800.880.3178.9777.8939.02
Hex80B1161C0581F4f4e27
Octal200261263401303711711647
Binary10000000101100011011011100010110001111110011111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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