Html Css Color HEX #80B529 Lima

📋 copy color: '#80B529'

red 128 ◦ green 181 ◦ blue 41

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

Shades of Lima #80B529

Tints of Lima #80B529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.71%

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

R = 36.57%
G = 51.71%
B = 11.71%

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

#80B529 (or 0x80B529) is known color: Lima. HEX triplet: 80, B5 and 29. RGB value is (128,181,41). Sum of RGB (Red+Green+Blue) = 128+181+41=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #80B529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B529 is #7F4AD6. Grayscale: #959595. Windows color (decimal): -8342231 or 2733440. OLE color: 2733440.

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

Color convert

RGB 128 181 41 -
CMYK 0.29 0 0.77 0.29
HSL 82.71º 0.63% 0.44% -
HSV(B) 82.71º 0.77% 0.71% -
XYZ 25.83 37.8 8.03 -
YUV 149.19 66.94 112.88 -
System Red Green Blue C M Y K H S L
Decimal 128 181 41 0.29 0 0.77 0.29 82.71 0.63 0.44
Hex 80 B5 29 1D 0 4D 1D 53 3F 2C
Octal 200 265 51 35 0 115 35 123 77 54
Binary 10000000 10110101 101001 11101 0 1001101 11101 1010011 111111 101100

Color Harmonies of #80B529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B529

Black with #80B529

Text Example


Text Example

White with #80B529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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