Html Css Color HEX #80B531 Lima

📋 copy color: '#80B531'

red 128 ◦ green 181 ◦ blue 49

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

Shades of Lima #80B531

Tints of Lima #80B531

RGB

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

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

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

R = 35.75%
G = 50.56%
B = 13.69%

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

#80B531 (or 0x80B531) is known color: Lima. HEX triplet: 80, B5 and 31. RGB value is (128,181,49). Sum of RGB (Red+Green+Blue) = 128+181+49=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #80B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B531 is #7F4ACE. Grayscale: #969696. Windows color (decimal): -8342223 or 3257728. OLE color: 3257728.

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

Color convert

RGB 128 181 49 -
CMYK 0.29 0 0.73 0.29
HSL 84.09º 0.57% 0.45% -
HSV(B) 84.09º 0.73% 0.71% -
XYZ 25.98 37.86 8.84 -
YUV 150.11 70.94 112.23 -
System Red Green Blue C M Y K H S L
Decimal 128 181 49 0.29 0 0.73 0.29 84.09 0.57 0.45
Hex 80 B5 31 1D 0 49 1D 54 39 2D
Octal 200 265 61 35 0 111 35 124 71 55
Binary 10000000 10110101 110001 11101 0 1001001 11101 1010100 111001 101101

Color Harmonies of #80B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B531

Black with #80B531

Text Example


Text Example

White with #80B531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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