#80C507

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

Shades of Lima #80C507

Tints of Lima #80C507

Color information

#80C507 (or 0x80C507) is unknown color: approx Lima. HEX triplet: 80, C5 and 07. RGB value is (128,197,7). Sum of RGB (Red+Green+Blue) = 128+197+7=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #80C507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C507 is #7F3AF8. Grayscale: #9B9B9B. Windows color (decimal): -8338169 or 509312. OLE color: 509312.

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

Color convert

RGB1281977-
CMYK0.3500.960.23
HSL81.79º93.14%40%-
HSV(B)81.79º96.45%77.25%-
XYZ28.9144.547.27-
YUV154.7144.64108.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.55%
GREEN value IS 197 (77.34% from 255) = 59.34%
BLUE value IS 7 (3.12% from 255) = 2.11%
R=38.55%
G=59.34%
B=2.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal12819770.3500.960.2381.7993.1440
Hex80C572306017525d28
Octal20030574301402712213550
Binary1000000011000101111100011011000001011110100101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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