#80D10C

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

Shades of Lima #80D10C

Tints of Lima #80D10C

Color information

#80D10C (or 0x80D10C) is unknown color: approx Lima. HEX triplet: 80, D1 and 0C. RGB value is (128,209,12). Sum of RGB (Red+Green+Blue) = 128+209+12=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 209 (82.03% from 255 or 59.89% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 209 - color contains mainly: green. Hex color #80D10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D10C is #7F2EF3. Grayscale: #A3A3A3. Windows color (decimal): -8335092 or 840064. OLE color: 840064.

HSL color Cylindrical-coordinate representation of color #80D10C: hue angle of 84.67º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80D10C is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB12820912-
CMYK0.3900.940.18
HSL84.67º89.14%43.33%-
HSV(B)84.67º94.26%81.96%-
XYZ31.7750.228.37-
YUV162.3243.16103.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 209 (82.03% from 255) = 59.89%
BLUE value IS 12 (5.08% from 255) = 3.44%
R=36.68%
G=59.89%
B=3.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128209120.3900.940.1884.6789.1443.33
Hex80D1C2705E1255592b
Octal200321144701362212513153
Binary10000000110100011100100111010111101001010101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,209,12); }

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

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

 a { background-color: rgb(128,209,12); }

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

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

 span { border-color: rgb(128,209,12); }

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