Html Css Color HEX #80BA16 Lima

📋 copy color: '#80BA16'

red 128 ◦ green 186 ◦ blue 22

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

Shades of Lima #80BA16

Tints of Lima #80BA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 38.1%
G = 55.36%
B = 6.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#80BA16 (or 0x80BA16) is known color: Lima. HEX triplet: 80, BA and 16. RGB value is (128,186,22). Sum of RGB (Red+Green+Blue) = 128+186+22=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BA16 is #7F45E9. Grayscale: #969696. Windows color (decimal): -8340970 or 1489536. OLE color: 1489536.

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

Color convert

RGB 128 186 22 -
CMYK 0.31 0 0.88 0.27
HSL 81.22º 0.79% 0.41% -
HSV(B) 81.22º 0.88% 0.73% -
XYZ 26.61 39.76 7.03 -
YUV 149.96 55.78 112.34 -
System Red Green Blue C M Y K H S L
Decimal 128 186 22 0.31 0 0.88 0.27 81.22 0.79 0.41
Hex 80 BA 16 1F 0 58 1B 51 4F 29
Octal 200 272 26 37 0 130 33 121 117 51
Binary 10000000 10111010 10110 11111 0 1011000 11011 1010001 1001111 101001

Color Harmonies of #80BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA16

Black with #80BA16

Text Example


Text Example

White with #80BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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