#80B42D

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

Shades of Lima #80B42D

Tints of Lima #80B42D

Color information

#80B42D (or 0x80B42D) is unknown color: approx Lima. HEX triplet: 80, B4 and 2D. RGB value is (128,180,45). Sum of RGB (Red+Green+Blue) = 128+180+45=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #80B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B42D is #7F4BD2. Grayscale: #959595. Windows color (decimal): -8342483 or 2995328. OLE color: 2995328.

HSL color Cylindrical-coordinate representation of color #80B42D: hue angle of 83.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80B42D is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB12818045-
CMYK0.2900.750.29
HSL83.11º60%44.12%-
HSV(B)83.11º75%70.59%-
XYZ25.737.428.35-
YUV149.0669.27112.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 180 (70.70% from 255) = 50.99%
BLUE value IS 45 (17.97% from 255) = 12.75%
R=36.26%
G=50.99%
B=12.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128180450.2900.750.2983.116044.12
Hex80B42D1D04B1D533c2c
Octal20026455350113351237454
Binary10000000101101001011011110101001011111011010011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,180,45); }

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

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

 a { background-color: rgb(128,180,45); }

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

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

 span { border-color: rgb(128,180,45); }

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