Html Css Color HEX #80BA29 Lima

📋 copy color: '#80BA29'

red 128 ◦ green 186 ◦ blue 41

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

Shades of Lima #80BA29

Tints of Lima #80BA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.55%

R = 36.06%
G = 52.39%
B = 11.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#80BA29 (or 0x80BA29) is known color: Lima. HEX triplet: 80, BA and 29. RGB value is (128,186,41). Sum of RGB (Red+Green+Blue) = 128+186+41=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA29 is #7F45D6. Grayscale: #989898. Windows color (decimal): -8340951 or 2734720. OLE color: 2734720.

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

Color convert

RGB 128 186 41 -
CMYK 0.31 0 0.78 0.27
HSL 84º 0.64% 0.45% -
HSV(B) 84º 0.78% 0.73% -
XYZ 26.86 39.87 8.38 -
YUV 152.13 65.28 110.79 -
System Red Green Blue C M Y K H S L
Decimal 128 186 41 0.31 0 0.78 0.27 84 0.64 0.45
Hex 80 BA 29 1F 0 4E 1B 54 40 2D
Octal 200 272 51 37 0 116 33 124 100 55
Binary 10000000 10111010 101001 11111 0 1001110 11011 1010100 1000000 101101

Color Harmonies of #80BA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA29

Black with #80BA29

Text Example


Text Example

White with #80BA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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