Html Css Color HEX #80BA05 Lima

📋 copy color: '#80BA05'

red 128 ◦ green 186 ◦ blue 5

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

Shades of Lima #80BA05

Tints of Lima #80BA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 40.13%
G = 58.31%
B = 1.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#80BA05 (or 0x80BA05) is known color: Lima. HEX triplet: 80, BA and 05. RGB value is (128,186,5). Sum of RGB (Red+Green+Blue) = 128+186+5=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BA05 is #7F45FA. Grayscale: #949494. Windows color (decimal): -8340987 or 375424. OLE color: 375424.

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

Color convert

RGB 128 186 5 -
CMYK 0.31 0 0.97 0.27
HSL 79.23º 0.95% 0.37% -
HSV(B) 79.23º 0.97% 0.73% -
XYZ 26.49 39.72 6.41 -
YUV 148.02 47.28 113.72 -
System Red Green Blue C M Y K H S L
Decimal 128 186 5 0.31 0 0.97 0.27 79.23 0.95 0.37
Hex 80 BA 5 1F 0 61 1B 4F 5F 25
Octal 200 272 5 37 0 141 33 117 137 45
Binary 10000000 10111010 101 11111 0 1100001 11011 1001111 1011111 100101

Color Harmonies of #80BA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA05

Black with #80BA05

Text Example


Text Example

White with #80BA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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