#80B828

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

Shades of Lima #80B828

Tints of Lima #80B828

Color information

#80B828 (or 0x80B828) is unknown color: approx Lima. HEX triplet: 80, B8 and 28. RGB value is (128,184,40). Sum of RGB (Red+Green+Blue) = 128+184+40=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #80B828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B828 is #7F47D7. Grayscale: #979797. Windows color (decimal): -8341464 or 2668672. OLE color: 2668672.

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

Color convert

RGB12818440-
CMYK0.3000.780.28
HSL83.33º64.29%43.92%-
HSV(B)83.33º78.26%72.16%-
XYZ26.4339.028.15-
YUV150.8465.45111.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 184 (72.27% from 255) = 52.27%
BLUE value IS 40 (16.02% from 255) = 11.36%
R=36.36%
G=52.27%
B=11.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128184400.3000.780.2883.3364.2943.92
Hex80B8281E04E1C53402c
Octal200270503601163412310054
Binary100000001011100010100011110010011101110010100111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,184,40); }

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

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

 a { background-color: rgb(128,184,40); }

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

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

 span { border-color: rgb(128,184,40); }

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