#80BD11

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

Shades of Lima #80BD11

Tints of Lima #80BD11

Color information

#80BD11 (or 0x80BD11) is unknown color: approx Lima. HEX triplet: 80, BD and 11. RGB value is (128,189,17). Sum of RGB (Red+Green+Blue) = 128+189+17=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BD11 is #7F42EE. Grayscale: #979797. Windows color (decimal): -8340207 or 1162624. OLE color: 1162624.

HSL color Cylindrical-coordinate representation of color #80BD11: hue angle of 81.28º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80BD11 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB12818917-
CMYK0.3200.910.26
HSL81.28º83.5%40.39%-
HSV(B)81.28º91.01%74.12%-
XYZ27.241.027.02-
YUV151.1552.29111.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.32%
GREEN value IS 189 (74.22% from 255) = 56.59%
BLUE value IS 17 (7.03% from 255) = 5.09%
R=38.32%
G=56.59%
B=5.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128189170.3200.910.2681.2883.540.39
Hex80BD112005B1A515328
Octal200275214001333212112350
Binary100000001011110110001100000010110111101010100011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,189,17); }

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

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

 a { background-color: rgb(128,189,17); }

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

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

 span { border-color: rgb(128,189,17); }

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