#80C112

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

Shades of Lima #80C112

Tints of Lima #80C112

Color information

#80C112 (or 0x80C112) is unknown color: approx Lima. HEX triplet: 80, C1 and 12. RGB value is (128,193,18). Sum of RGB (Red+Green+Blue) = 128+193+18=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #80C112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C112 is #7F3EED. Grayscale: #9A9A9A. Windows color (decimal): -8339182 or 1229184. OLE color: 1229184.

HSL color Cylindrical-coordinate representation of color #80C112: hue angle of 82.29º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80C112 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB12819318-
CMYK0.3400.910.24
HSL82.29º82.94%41.37%-
HSV(B)82.29º90.67%75.69%-
XYZ28.0842.777.35-
YUV153.6151.47109.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 193 (75.78% from 255) = 56.93%
BLUE value IS 18 (7.42% from 255) = 5.31%
R=37.76%
G=56.93%
B=5.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128193180.3400.910.2482.2982.9441.37
Hex80C1122205B18525329
Octal200301224201333012212351
Binary100000001100000110010100010010110111100010100101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,193,18); }

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

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

 a { background-color: rgb(128,193,18); }

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

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

 span { border-color: rgb(128,193,18); }

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