#80B20C

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

Shades of Lima #80B20C

Tints of Lima #80B20C

Color information

#80B20C (or 0x80B20C) is unknown color: approx Lima. HEX triplet: 80, B2 and 0C. RGB value is (128,178,12). Sum of RGB (Red+Green+Blue) = 128+178+12=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #80B20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B20C is #7F4DF3. Grayscale: #909090. Windows color (decimal): -8343028 or 832128. OLE color: 832128.

HSL color Cylindrical-coordinate representation of color #80B20C: hue angle of 78.07º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80B20C is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB12817812-
CMYK0.2800.930.30
HSL78.07º87.37%37.25%-
HSV(B)78.07º93.26%69.8%-
XYZ24.8936.466.07-
YUV144.1353.44116.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 178 (69.92% from 255) = 55.97%
BLUE value IS 12 (5.08% from 255) = 3.77%
R=40.25%
G=55.97%
B=3.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128178120.2800.930.3078.0787.3737.25
Hex80B2C1C05D1E4e5725
Octal200262143401353611612745
Binary1000000010110010110011100010111011111010011101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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