Html Css Color HEX #80B428 Lima

📋 copy color: '#80B428'

red 128 ◦ green 180 ◦ blue 40

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

Shades of Lima #80B428

Tints of Lima #80B428

RGB

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

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

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

R = 36.78%
G = 51.72%
B = 11.49%

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

#80B428 (or 0x80B428) is known color: Lima. HEX triplet: 80, B4 and 28. RGB value is (128,180,40). Sum of RGB (Red+Green+Blue) = 128+180+40=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #80B428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B428 is #7F4BD7. Grayscale: #959595. Windows color (decimal): -8342488 or 2667648. OLE color: 2667648.

HSL color Cylindrical-coordinate representation of color #80B428: hue angle of 82.29º 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 #80B428 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 180 40 -
CMYK 0.29 0 0.78 0.29
HSL 82.29º 0.64% 0.43% -
HSV(B) 82.29º 0.78% 0.71% -
XYZ 25.61 37.38 7.87 -
YUV 148.49 66.77 113.38 -
System Red Green Blue C M Y K H S L
Decimal 128 180 40 0.29 0 0.78 0.29 82.29 0.64 0.43
Hex 80 B4 28 1D 0 4E 1D 52 40 2B
Octal 200 264 50 35 0 116 35 122 100 53
Binary 10000000 10110100 101000 11101 0 1001110 11101 1010010 1000000 101011

Color Harmonies of #80B428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B428

Black with #80B428

Text Example


Text Example

White with #80B428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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