#80B00E

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

Shades of Lima #80B00E

Tints of Lima #80B00E

Color information

#80B00E (or 0x80B00E) is unknown color: approx Lima. HEX triplet: 80, B0 and 0E. RGB value is (128,176,14). Sum of RGB (Red+Green+Blue) = 128+176+14=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 176 (69.14% from 255 or 55.35% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 176 - color contains mainly: green. Hex color #80B00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B00E is #7F4FF1. Grayscale: #8F8F8F. Windows color (decimal): -8343538 or 962688. OLE color: 962688.

HSL color Cylindrical-coordinate representation of color #80B00E: hue angle of 77.78º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80B00E is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB12817614-
CMYK0.2700.920.31
HSL77.78º85.26%37.25%-
HSV(B)77.78º92.05%69.02%-
XYZ24.5135.676.01-
YUV143.1855.1117.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 176 (69.14% from 255) = 55.35%
BLUE value IS 14 (5.86% from 255) = 4.40%
R=40.25%
G=55.35%
B=4.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128176140.2700.920.3177.7885.2637.25
Hex80B0E1B05C1F4e5525
Octal200260163301343711612545
Binary1000000010110000111011011010111001111110011101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,176,14); }

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

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

 a { background-color: rgb(128,176,14); }

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

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

 span { border-color: rgb(128,176,14); }

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