Html Css Color HEX #80BA32 Lima

📋 copy color: '#80BA32'

red 128 ◦ green 186 ◦ blue 50

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

Shades of Lima #80BA32

Tints of Lima #80BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.1%

 BLUE value IS 50 (19.92% from 255) = 13.74%

R = 35.16%
G = 51.1%
B = 13.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#80BA32 (or 0x80BA32) is known color: Lima. HEX triplet: 80, BA and 32. RGB value is (128,186,50). Sum of RGB (Red+Green+Blue) = 128+186+50=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA32 is #7F45CD. Grayscale: #999999. Windows color (decimal): -8340942 or 3324544. OLE color: 3324544.

HSL color Cylindrical-coordinate representation of color #80BA32: hue angle of 85.59º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80BA32 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 50 -
CMYK 0.31 0 0.73 0.27
HSL 85.59º 0.58% 0.46% -
HSV(B) 85.59º 0.73% 0.73% -
XYZ 27.04 39.94 9.3 -
YUV 153.15 69.78 110.06 -
System Red Green Blue C M Y K H S L
Decimal 128 186 50 0.31 0 0.73 0.27 85.59 0.58 0.46
Hex 80 BA 32 1F 0 49 1B 56 3A 2E
Octal 200 272 62 37 0 111 33 126 72 56
Binary 10000000 10111010 110010 11111 0 1001001 11011 1010110 111010 101110

Color Harmonies of #80BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA32

Black with #80BA32

Text Example


Text Example

White with #80BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,186,50); }

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

background-color css

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

 a { background-color: rgb(128,186,50); }

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

border-color css

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

 span { border-color: rgb(128,186,50); }

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