#80B430

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

Shades of Lima #80B430

Tints of Lima #80B430

Color information

#80B430 (or 0x80B430) is unknown color: approx Lima. HEX triplet: 80, B4 and 30. RGB value is (128,180,48). Sum of RGB (Red+Green+Blue) = 128+180+48=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #80B430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B430 is #7F4BCF. Grayscale: #959595. Windows color (decimal): -8342480 or 3191936. OLE color: 3191936.

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

Color convert

RGB12818048-
CMYK0.2900.730.29
HSL83.64º57.89%44.71%-
HSV(B)83.64º73.33%70.59%-
XYZ25.7637.458.67-
YUV149.470.77112.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 180 (70.70% from 255) = 50.56%
BLUE value IS 48 (19.14% from 255) = 13.48%
R=35.96%
G=50.56%
B=13.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128180480.2900.730.2983.6457.8944.71
Hex80B4301D0491D543a2d
Octal20026460350111351247255
Binary10000000101101001100001110101001001111011010100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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