Html Css Color HEX #80BA1D Lima

📋 copy color: '#80BA1D'

red 128 ◦ green 186 ◦ blue 29

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

Shades of Lima #80BA1D

Tints of Lima #80BA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 37.32%
G = 54.23%
B = 8.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#80BA1D (or 0x80BA1D) is known color: Lima. HEX triplet: 80, BA and 1D. RGB value is (128,186,29). Sum of RGB (Red+Green+Blue) = 128+186+29=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA1D is #7F45E2. Grayscale: #979797. Windows color (decimal): -8340963 or 1948288. OLE color: 1948288.

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

Color convert

RGB 128 186 29 -
CMYK 0.31 0 0.84 0.27
HSL 82.17º 0.73% 0.42% -
HSV(B) 82.17º 0.84% 0.73% -
XYZ 26.68 39.8 7.44 -
YUV 150.76 59.28 111.77 -
System Red Green Blue C M Y K H S L
Decimal 128 186 29 0.31 0 0.84 0.27 82.17 0.73 0.42
Hex 80 BA 1D 1F 0 54 1B 52 49 2A
Octal 200 272 35 37 0 124 33 122 111 52
Binary 10000000 10111010 11101 11111 0 1010100 11011 1010010 1001001 101010

Color Harmonies of #80BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA1D

Black with #80BA1D

Text Example


Text Example

White with #80BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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