#80B125

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

Shades of Lima #80B125

Tints of Lima #80B125

Color information

#80B125 (or 0x80B125) is unknown color: approx Lima. HEX triplet: 80, B1 and 25. RGB value is (128,177,37). Sum of RGB (Red+Green+Blue) = 128+177+37=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 177 (69.53% from 255 or 51.75% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 177 - color contains mainly: green. Hex color #80B125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B125 is #7F4EDA. Grayscale: #929292. Windows color (decimal): -8343259 or 2470272. OLE color: 2470272.

HSL color Cylindrical-coordinate representation of color #80B125: hue angle of 81º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80B125 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB12817737-
CMYK0.2800.790.31
HSL81º65.42%41.96%-
HSV(B)81º79.1%69.41%-
XYZ24.9636.177.42-
YUV146.3966.27114.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 177 (69.53% from 255) = 51.75%
BLUE value IS 37 (14.84% from 255) = 10.82%
R=37.43%
G=51.75%
B=10.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128177370.2800.790.318165.4241.96
Hex80B1251C04F1F51412a
Octal200261453401173712110152
Binary100000001011000110010111100010011111111110100011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,177,37); }

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

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

 a { background-color: rgb(128,177,37); }

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

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

 span { border-color: rgb(128,177,37); }

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