#80C50E

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

Shades of Lima #80C50E

Tints of Lima #80C50E

Color information

#80C50E (or 0x80C50E) is unknown color: approx Lima. HEX triplet: 80, C5 and 0E. RGB value is (128,197,14). Sum of RGB (Red+Green+Blue) = 128+197+14=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #80C50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C50E is #7F3AF1. Grayscale: #9C9C9C. Windows color (decimal): -8338162 or 968064. OLE color: 968064.

HSL color Cylindrical-coordinate representation of color #80C50E: hue angle of 82.62º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80C50E is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB12819714-
CMYK0.3500.930.23
HSL82.62º86.73%41.37%-
HSV(B)82.62º92.89%77.25%-
XYZ28.9544.557.49-
YUV155.5148.14108.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 197 (77.34% from 255) = 58.11%
BLUE value IS 14 (5.86% from 255) = 4.13%
R=37.76%
G=58.11%
B=4.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal128197140.3500.930.2382.6286.7341.37
Hex80C5E2305D17535729
Octal200305164301352712312751
Binary10000000110001011110100011010111011011110100111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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