#80B612

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

Shades of Lima #80B612

Tints of Lima #80B612

Color information

#80B612 (or 0x80B612) is unknown color: approx Lima. HEX triplet: 80, B6 and 12. RGB value is (128,182,18). Sum of RGB (Red+Green+Blue) = 128+182+18=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #80B612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B612 is #7F49ED. Grayscale: #939393. Windows color (decimal): -8341998 or 1226368. OLE color: 1226368.

HSL color Cylindrical-coordinate representation of color #80B612: hue angle of 79.76º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80B612 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB12818218-
CMYK0.3000.900.29
HSL79.76º82%39.22%-
HSV(B)79.76º90.11%71.37%-
XYZ25.7438.096.57-
YUV147.1655.11114.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 182 (71.48% from 255) = 55.49%
BLUE value IS 18 (7.42% from 255) = 5.49%
R=39.02%
G=55.49%
B=5.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128182180.3000.900.2979.768239.22
Hex80B6121E05A1D505227
Octal200266223601323512012247
Binary10000000101101101001011110010110101110110100001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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