Html Css Color HEX #80B329 Lima

📋 copy color: '#80B329'

red 128 ◦ green 179 ◦ blue 41

#80B329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #80B329

Tints of Lima #80B329

RGB

 RED value IS 128 (50.39% from 255) = 36.78%

 GREEN value IS 179 (70.31% from 255) = 51.44%

 BLUE value IS 41 (16.41% from 255) = 11.78%

R = 36.78%
G = 51.44%
B = 11.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#80B329 (or 0x80B329) is known color: Lima. HEX triplet: 80, B3 and 29. RGB value is (128,179,41). Sum of RGB (Red+Green+Blue) = 128+179+41=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #80B329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B329 is #7F4CD6. Grayscale: #949494. Windows color (decimal): -8342743 or 2732928. OLE color: 2732928.

HSL color Cylindrical-coordinate representation of color #80B329: hue angle of 82.17º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80B329 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 179 41 -
CMYK 0.28 0 0.77 0.30
HSL 82.17º 0.63% 0.43% -
HSV(B) 82.17º 0.77% 0.7% -
XYZ 25.42 36.99 7.9 -
YUV 148.02 67.6 113.72 -
System Red Green Blue C M Y K H S L
Decimal 128 179 41 0.28 0 0.77 0.30 82.17 0.63 0.43
Hex 80 B3 29 1C 0 4D 1E 52 3F 2B
Octal 200 263 51 34 0 115 36 122 77 53
Binary 10000000 10110011 101001 11100 0 1001101 11110 1010010 111111 101011

Color Harmonies of #80B329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B329

Black with #80B329

Text Example


Text Example

White with #80B329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,179,41); }

 H1.HeaderClassName
 {
   color: #80B329;
 }
 .AnyTagClassName
 {
   color: #80B329;
 }
</style>

background-color css

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

 a { background-color: rgb(128,179,41); }

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

border-color css

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

 span { border-color: rgb(128,179,41); }

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