#80b100

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

Shades of Lima #80B100

Tints of Lima #80B100

Color information

#80B100 (or 0x80B100) is unknown color: approx Lima. HEX triplet: 80, B1 and 00. RGB value is (128,177,0). Sum of RGB (Red+Green+Blue) = 128+177+0=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 177 (69.53% from 255 or 58.03% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 177 - color contains mainly: green. Hex color #80B100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B100 is #7F4EFF. Grayscale: #8E8E8E. Windows color (decimal): -8343296 or 45440. OLE color: 45440.

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

Color convert

RGB1281770-
CMYK0.28010.31
HSL76.61º100%34.71%-
HSV(B)76.61º100%69.41%-
XYZ24.6236.035.66-
YUV142.1747.77117.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 177 (69.53% from 255) = 58.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.97%
G=58.03%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12817700.28010.3176.6110034.71
Hex80B101C0641F4d6423
Octal20026103401443711514443
Binary1000000010110001011100011001001111110011011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80b100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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