#80CE09

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

Shades of Lima #80CE09

Tints of Lima #80CE09

Color information

#80CE09 (or 0x80CE09) is unknown color: approx Lima. HEX triplet: 80, CE and 09. RGB value is (128,206,9). Sum of RGB (Red+Green+Blue) = 128+206+9=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 206 (80.86% from 255 or 60.06% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CE09 is #7F31F6. Grayscale: #A0A0A0. Windows color (decimal): -8335863 or 642688. OLE color: 642688.

HSL color Cylindrical-coordinate representation of color #80CE09: hue angle of 83.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80CE09 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB1282069-
CMYK0.3800.960.19
HSL83.76º91.63%42.16%-
HSV(B)83.76º95.63%80.78%-
XYZ31.0248.758.03-
YUV160.2242.66105.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 206 (80.86% from 255) = 60.06%
BLUE value IS 9 (3.91% from 255) = 2.62%
R=37.32%
G=60.06%
B=2.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal12820690.3800.960.1983.7691.6342.16
Hex80CE92606013545c2a
Octal200316114601402312413452
Binary10000000110011101001100110011000001001110101001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,206,9); }

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

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

 a { background-color: rgb(128,206,9); }

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

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

 span { border-color: rgb(128,206,9); }

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