#80B70C

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

Shades of Lima #80B70C

Tints of Lima #80B70C

Color information

#80B70C (or 0x80B70C) is unknown color: approx Lima. HEX triplet: 80, B7 and 0C. RGB value is (128,183,12). Sum of RGB (Red+Green+Blue) = 128+183+12=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #80B70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B70C is #7F48F3. Grayscale: #939393. Windows color (decimal): -8341748 or 833408. OLE color: 833408.

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

Color convert

RGB12818312-
CMYK0.3000.930.28
HSL79.3º87.69%38.24%-
HSV(B)79.3º93.44%71.76%-
XYZ25.938.486.41-
YUV147.0651.78114.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 183 (71.88% from 255) = 56.66%
BLUE value IS 12 (5.08% from 255) = 3.72%
R=39.63%
G=56.66%
B=3.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128183120.3000.930.2879.387.6938.24
Hex80B7C1E05D1C4f5826
Octal200267143601353411713046
Binary1000000010110111110011110010111011110010011111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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