#80B331

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

Shades of Lima #80B331

Tints of Lima #80B331

Color information

#80B331 (or 0x80B331) is unknown color: approx Lima. HEX triplet: 80, B3 and 31. RGB value is (128,179,49). Sum of RGB (Red+Green+Blue) = 128+179+49=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #80B331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B331 is #7F4CCE. Grayscale: #959595. Windows color (decimal): -8342735 or 3257216. OLE color: 3257216.

HSL color Cylindrical-coordinate representation of color #80B331: hue angle of 83.54º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80B331 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB12817949-
CMYK0.2800.730.30
HSL83.54º57.02%44.71%-
HSV(B)83.54º72.63%70.2%-
XYZ25.5837.058.71-
YUV148.9371.6113.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 179 (70.31% from 255) = 50.28%
BLUE value IS 49 (19.53% from 255) = 13.76%
R=35.96%
G=50.28%
B=13.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128179490.2800.730.3083.5457.0244.71
Hex80B3311C0491E54392d
Octal20026361340111361247155
Binary10000000101100111100011110001001001111101010100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,179,49); }

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

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

 a { background-color: rgb(128,179,49); }

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

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

 span { border-color: rgb(128,179,49); }

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