Html Css Color HEX #80B431 Lima

📋 copy color: '#80B431'

red 128 ◦ green 180 ◦ blue 49

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

Shades of Lima #80B431

Tints of Lima #80B431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 35.85%
G = 50.42%
B = 13.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#80B431 (or 0x80B431) is known color: Lima. HEX triplet: 80, B4 and 31. RGB value is (128,180,49). Sum of RGB (Red+Green+Blue) = 128+180+49=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #80B431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B431 is #7F4BCE. Grayscale: #959595. Windows color (decimal): -8342479 or 3257472. OLE color: 3257472.

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

Color convert

RGB 128 180 49 -
CMYK 0.29 0 0.73 0.29
HSL 83.82º 0.57% 0.45% -
HSV(B) 83.82º 0.73% 0.71% -
XYZ 25.78 37.45 8.78 -
YUV 149.52 71.27 112.65 -
System Red Green Blue C M Y K H S L
Decimal 128 180 49 0.29 0 0.73 0.29 83.82 0.57 0.45
Hex 80 B4 31 1D 0 49 1D 54 39 2D
Octal 200 264 61 35 0 111 35 124 71 55
Binary 10000000 10110100 110001 11101 0 1001001 11101 1010100 111001 101101

Color Harmonies of #80B431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B431

Black with #80B431

Text Example


Text Example

White with #80B431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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