Html Css Color HEX #80B731 Lima

📋 copy color: '#80B731'

red 128 ◦ green 183 ◦ blue 49

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

Shades of Lima #80B731

Tints of Lima #80B731

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.83%

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

R = 35.56%
G = 50.83%
B = 13.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#80B731 (or 0x80B731) is known color: Lima. HEX triplet: 80, B7 and 31. RGB value is (128,183,49). Sum of RGB (Red+Green+Blue) = 128+183+49=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #80B731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B731 is #7F48CE. Grayscale: #979797. Windows color (decimal): -8341711 or 3258240. OLE color: 3258240.

HSL color Cylindrical-coordinate representation of color #80B731: hue angle of 84.63º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80B731 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 49 -
CMYK 0.30 0 0.73 0.28
HSL 84.63º 0.58% 0.45% -
HSV(B) 84.63º 0.73% 0.72% -
XYZ 26.39 38.68 8.98 -
YUV 151.28 70.28 111.4 -
System Red Green Blue C M Y K H S L
Decimal 128 183 49 0.30 0 0.73 0.28 84.63 0.58 0.45
Hex 80 B7 31 1E 0 49 1C 55 3A 2D
Octal 200 267 61 36 0 111 34 125 72 55
Binary 10000000 10110111 110001 11110 0 1001001 11100 1010101 111010 101101

Color Harmonies of #80B731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B731

Black with #80B731

Text Example


Text Example

White with #80B731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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