Html Css Color HEX #80BA14 Lima

📋 copy color: '#80BA14'

red 128 ◦ green 186 ◦ blue 20

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

Shades of Lima #80BA14

Tints of Lima #80BA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 38.32%
G = 55.69%
B = 5.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#80BA14 (or 0x80BA14) is known color: Lima. HEX triplet: 80, BA and 14. RGB value is (128,186,20). Sum of RGB (Red+Green+Blue) = 128+186+20=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BA14 is #7F45EB. Grayscale: #969696. Windows color (decimal): -8340972 or 1358464. OLE color: 1358464.

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

Color convert

RGB 128 186 20 -
CMYK 0.31 0 0.89 0.27
HSL 80.96º 0.81% 0.4% -
HSV(B) 80.96º 0.89% 0.73% -
XYZ 26.59 39.76 6.93 -
YUV 149.73 54.78 112.5 -
System Red Green Blue C M Y K H S L
Decimal 128 186 20 0.31 0 0.89 0.27 80.96 0.81 0.4
Hex 80 BA 14 1F 0 59 1B 51 51 28
Octal 200 272 24 37 0 131 33 121 121 50
Binary 10000000 10111010 10100 11111 0 1011001 11011 1010001 1010001 101000

Color Harmonies of #80BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA14

Black with #80BA14

Text Example


Text Example

White with #80BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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