#80B211

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

Shades of Lima #80B211

Tints of Lima #80B211

Color information

#80B211 (or 0x80B211) is unknown color: approx Lima. HEX triplet: 80, B2 and 11. RGB value is (128,178,17). Sum of RGB (Red+Green+Blue) = 128+178+17=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 178 (69.92% from 255 or 55.11% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 178 - color contains mainly: green. Hex color #80B211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B211 is #7F4DEE. Grayscale: #919191. Windows color (decimal): -8343023 or 1159808. OLE color: 1159808.

HSL color Cylindrical-coordinate representation of color #80B211: hue angle of 78.63º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80B211 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB12817817-
CMYK0.2800.900.30
HSL78.63º82.56%38.24%-
HSV(B)78.63º90.45%69.8%-
XYZ24.9236.476.26-
YUV144.755.94116.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 178 (69.92% from 255) = 55.11%
BLUE value IS 17 (7.03% from 255) = 5.26%
R=39.63%
G=55.11%
B=5.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128178170.2800.900.3078.6382.5638.24
Hex80B2111C05A1E4f5326
Octal200262213401323611712346
Binary10000000101100101000111100010110101111010011111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,178,17); }

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

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

 a { background-color: rgb(128,178,17); }

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

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

 span { border-color: rgb(128,178,17); }

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