Html Css Color HEX #80B528 Lima

📋 copy color: '#80B528'

red 128 ◦ green 181 ◦ blue 40

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

Shades of Lima #80B528

Tints of Lima #80B528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 36.68%
G = 51.86%
B = 11.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#80B528 (or 0x80B528) is known color: Lima. HEX triplet: 80, B5 and 28. RGB value is (128,181,40). Sum of RGB (Red+Green+Blue) = 128+181+40=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #80B528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B528 is #7F4AD7. Grayscale: #959595. Windows color (decimal): -8342232 or 2667904. OLE color: 2667904.

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

Color convert

RGB 128 181 40 -
CMYK 0.29 0 0.78 0.29
HSL 82.55º 0.64% 0.43% -
HSV(B) 82.55º 0.78% 0.71% -
XYZ 25.81 37.79 7.94 -
YUV 149.08 66.44 112.96 -
System Red Green Blue C M Y K H S L
Decimal 128 181 40 0.29 0 0.78 0.29 82.55 0.64 0.43
Hex 80 B5 28 1D 0 4E 1D 53 40 2B
Octal 200 265 50 35 0 116 35 123 100 53
Binary 10000000 10110101 101000 11101 0 1001110 11101 1010011 1000000 101011

Color Harmonies of #80B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B528

Black with #80B528

Text Example


Text Example

White with #80B528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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