#80C407

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

Shades of Lima #80C407

Tints of Lima #80C407

Color information

#80C407 (or 0x80C407) is unknown color: approx Lima. HEX triplet: 80, C4 and 07. RGB value is (128,196,7). Sum of RGB (Red+Green+Blue) = 128+196+7=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #80C407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C407 is #7F3BF8. Grayscale: #9A9A9A. Windows color (decimal): -8338425 or 509056. OLE color: 509056.

HSL color Cylindrical-coordinate representation of color #80C407: hue angle of 81.59º 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 #80C407 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1281967-
CMYK0.3500.960.23
HSL81.59º93.1%39.8%-
HSV(B)81.59º96.43%76.86%-
XYZ28.6844.087.2-
YUV154.1244.97109.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 196 (76.95% from 255) = 59.21%
BLUE value IS 7 (3.12% from 255) = 2.11%
R=38.67%
G=59.21%
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
Decimal12819670.3500.960.2381.5993.139.8
Hex80C472306017525d28
Octal20030474301402712213550
Binary1000000011000100111100011011000001011110100101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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