Html Css Color HEX #80B429 Lima

📋 copy color: '#80B429'

red 128 ◦ green 180 ◦ blue 41

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

Shades of Lima #80B429

Tints of Lima #80B429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.58%

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

R = 36.68%
G = 51.58%
B = 11.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#80B429 (or 0x80B429) is known color: Lima. HEX triplet: 80, B4 and 29. RGB value is (128,180,41). Sum of RGB (Red+Green+Blue) = 128+180+41=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #80B429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B429 is #7F4BD6. Grayscale: #959595. Windows color (decimal): -8342487 or 2733184. OLE color: 2733184.

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

Color convert

RGB 128 180 41 -
CMYK 0.29 0 0.77 0.29
HSL 82.45º 0.63% 0.43% -
HSV(B) 82.45º 0.77% 0.71% -
XYZ 25.62 37.39 7.96 -
YUV 148.61 67.27 113.3 -
System Red Green Blue C M Y K H S L
Decimal 128 180 41 0.29 0 0.77 0.29 82.45 0.63 0.43
Hex 80 B4 29 1D 0 4D 1D 52 3F 2B
Octal 200 264 51 35 0 115 35 122 77 53
Binary 10000000 10110100 101001 11101 0 1001101 11101 1010010 111111 101011

Color Harmonies of #80B429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B429

Black with #80B429

Text Example


Text Example

White with #80B429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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